abbasfreestyle / react-native-af-video-player

MIT License
381 stars 288 forks source link

Tried to register two views with the same name RCTVideo #74

Open vinkumdev opened 6 years ago

jonathangreco commented 6 years ago

You just have to unlink previous library (like react-native-controls) if installed, then uninstall this previous library, unlink react-native-video and link it again

lostomato commented 5 years ago

I think the problem is the caused by installation of more than one react-native-video. Use "npm list | grep react-native-video" to check how many react-native-video versions in your project.