-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useVideo Causes Hot Reload Crash On Fresh Expo App #2878
Comments
hello there 👋 react-native-skia-video might be better suited for you: https://github.com/AzzappApp/react-native-skia-video |
@wcandillon Thanks! I spent a few hours trying to understand what was going on. Please add a note to the documentation. |
Yes we will consolidate the situation in the short term regarding this. |
@wcandillon any eta on this ? i'm facing the same issue |
@wcandillon My big problem with this is that I landed here from Expo Go also, because I want to do a screenshot of a video displayed in my app without covering the view without any extra image. My problem is that I am not only experiancing the problem on HOT reload but always and the library you mentioned is not included in Expo Go. Do you maybe have any other ideas? |
Description
Hot reloading is causing an app crash with
useVideo
. No Error Logs. I have tried with a local asset usingexpo-asset
still causing a crash on hot reload.React Native Skia Version
^1.8.2
React Native Version
0.76.5
Using New Architecture
Steps to Reproduce
Fresh Expo Install
Latest RN Skia Install
Implement useVideo hook
Add a log or text to force hot reload.
Crash
Snack, Code Example, Screenshot, or Link to Repository
The text was updated successfully, but these errors were encountered: