react-native-native-video-player
react-native-native-video-player copied to clipboard
iOS native module does not match
the JS implementation looks for a native module named VideoPlayerManager
but the Obj-c class is named RNVideoPlayer
without a custom name. This does not even work. Currently wrote my own interface, I can create a PR for this to get it to work. But how can this even be in production?
I had noticed this when I first pulled this down too. I should have made a pull request sooner.
@BondGoat, while that merge button is still warm, here is another.