You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hot reloading is causing an app crash with useVideo. No Error Logs. I have tried with a local asset using expo-asset still causing a crash on hot reload.
export default function HomeScreen() {
const video = useVideo(
'https://file-examples.com/storage/fe602ed48f677b2319947f8/2017/04/file_example_MP4_480_1_5MG.mp4',
{
looping: true,
},
)
return <View/>
}
React Native Skia Version
^1.8.2
React Native Version
0.76.5
Using New Architecture
Enabled
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
export default function HomeScreen() {
const video = useVideo(
'https://file-examples.com/storage/fe602ed48f677b2319947f8/2017/04/file_example_MP4_480_1_5MG.mp4',
{
looping: true,
},
)
return <View/>
}
The text was updated successfully, but these errors were encountered:
hello there 👋 react-native-skia-video might be better suited for you: https://github.com/AzzappApp/react-native-skia-video
We are aware of two strong packages that leverage Video + Skia and we think they'll do a better job at doing video than us. We might consider deprecating useVideo in the near future. I hope this helps.
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: