-
Notifications
You must be signed in to change notification settings - Fork 70
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
ReadMe issues with Android Setup #1
Comments
@Benmidi Thanks! |
@Benmidi |
Thanks. I've hit two issues. The player/controls etc. show up but it never gets past the loader, here's the url I'm using: http://www.refinery29.com/file/705/glitter-lips-edit.mp4 Also, I haven't figured out how to load local videos on iOS? Thanks for the help! |
Could you please post your android device here?Is it an emulator or a physical device?In my case, the Genymotion emulator does bad in playing videos but a physical device does well. |
I am unable to install the package it get stuck at npm |
The path to project is set to your User, here's a dynamic/relative path:
include ':react-native-media-kit' project(':react-native-media-kit').projectDir = new File('../node_modules/react-native-media-kit/android')
Also, in MainActivity, you need to import the package:
import com.yoai.reactnative.media.MediaKitPackage;
I'm having trouble getting videos to play on Android... but I'm still trying to figure that out.
The text was updated successfully, but these errors were encountered: