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
Thank you for your issue report. Please note that the following information is missing or incomplete:
reproduction link
Please update your issue with this information to help us address it more effectively.
Note: issues without complete information have a lower priority
There is a newer version of the library available. You are using version 6.3.4, while the latest stable version is 6.4.5. Please update to the latest version and check if the issue still exists.
Note: If the issue still exists, please update the issue report with the latest information.
Opening a bug as a reminder.
I investigated the issue and it seems that there is an issue of duplicated folders in node modules.
The repo @react-native/assets-registry is downloaded twice in the project.
once in: ./node_modules/@react-native/assets-registry
and a second time in: node_modules/react-native/node_modules/@react-native/assets-registry
We should only use the first one, where when we use local file in react native video, the second one is used.
removing the second folder workaround the issue....
Version
6.3.4
What platforms are you having the problem on?
iOS, Android
System Version
N/A
On what device are you experiencing the issue?
Real device, Simulator
Architecture
Old architecture
What happened?
The sample cannot play local file.
The issue started with expo update.
Reproduction Link
repository link
Reproduction
Step to reproduce this bug are:
Just launch sample app, the 2 first local contents cannot be played
The text was updated successfully, but these errors were encountered: