Remove the dependency on react-native-video
See original GitHub issueVideo playback seems out of the scope of this project and creates a lot of headaches.
- If you are already using
react-native-video
in your project, adding this library will break it - This library uses an outdated version of
react-native-video
so even if you jump through the hoops of using the version in this library, instead of the one you installed yourself, you now must use an old version
This would resolve a number of open issues. Most notably…
https://github.com/FaridSafi/react-native-gifted-chat/issues/1093 https://github.com/FaridSafi/react-native-gifted-chat/issues/1172
Issue Analytics
- State:
- Created 4 years ago
- Reactions:15
- Comments:8 (1 by maintainers)
Top Results From Across the Web
react-native-video - npm
If your project is using React Native < 0.60, run react-native link react-native-video to link the react-native-video library.
Read more >how to delete installed library form react native project
If it is a library based only on javascript, than you can just run npm uninstall --save package_name or npm uninstall --save-dev package_name ......
Read more >React Native Video Library to Play Video in Android and IOS
React Native Video Player to Play Any Video in React Native App for Android and IOS. Use online Video URL or local video...
Read more >react-native-video | Yarn - Package Manager
Fast, reliable, and secure dependency management.
Read more >Troubleshooting - React Native
If you added React Native manually to your project, make sure you have included all the relevant dependencies that you are using, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
not stale
For the moment I just run a postinstall:
"postinstall": "rimraf node_modules/react-native-gifted-chat/node_modules/react-native-video",
But agree it should be made a peerDependency