question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove the dependency on react-native-video

See original GitHub issue

Video 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:closed
  • Created 4 years ago
  • Reactions:15
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
danilobuergercommented, Jul 19, 2019

not stale

6reactions
CatapultJessecommented, May 9, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found