-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve module: module does not exist in the module map #12
Comments
Hi @samanthacampisi , Sorry for late respond. If you're running in iOS, please open XCode, and do these steps:
Let me know if you still have any problem. Thanks. |
Hey, no prob! I was using iOS. Following these steps helped and it worked. When I used Android, however, I got a compilation error. If someone else is having this problem, removing the following part in VideoPlayerPackage.java worked for me:
Is it not necessary anymore? |
Hmm... Thanks for your note, I'll update in README. |
Hello @samanthacampisi im getting "RNVideoPlayer.showVideoPlayer" undefined not an object. Can you please tell me what i'm missing? |
I'm trying to install and use the package according to the instructions in the README.
I'm using RN 0.48.
I run
npm install react-native-native-video-player --save
, thenreact-native link react-native-native-video-player
then when I add
var VideoPlayer = require('react-native-native-video-player');
I find this error in my app.
Am I missing something?
The text was updated successfully, but these errors were encountered: