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
When you install react-native-video on a machine that has pre/postinstall scripts disabled, as probably should be the default, your app won't build.
You can easily work around this issue, by running cd node_modules/react-native-video && yarn install && yarn build && rm -rf node_modules/ && cd ../.. when your react-native-video installation changes, but that's an inconvenience that might be easy to avoid.
Reproduction Link
repository link
Reproduction
yarn add react-native-video
build your app
The text was updated successfully, but these errors were encountered:
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.6.4, while the latest stable version is 6.8.2. 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.
Version
6.6.4
What platforms are you having the problem on?
iOS
System Version
macOS 15.1.1
On what device are you experiencing the issue?
Simulator
Architecture
Old architecture
What happened?
When you install
react-native-video
on a machine that has pre/postinstall scripts disabled, as probably should be the default, your app won't build.You can easily work around this issue, by running
cd node_modules/react-native-video && yarn install && yarn build && rm -rf node_modules/ && cd ../..
when your react-native-video installation changes, but that's an inconvenience that might be easy to avoid.Reproduction Link
repository link
Reproduction
yarn add react-native-video
The text was updated successfully, but these errors were encountered: