react-native-videoplayer
react-native-videoplayer copied to clipboard
A native ios video player component
I still can't find any other native `VideoPlayer` module out there. May you please update this to also include Android support? Or do you know of another module that does...
Does it work with video streaming?
This plugin is not working with, please some one fix it. "react": "^15.1.0", "react-native": "^0.27.2" Error: Super expression must either be null or a function, not undefined
I used the code from the README and also tried restyling the video component and its container. In all cases, the video keeps automatically zooming in. I try to pinch...
If I store a video local to the app, what URL path would I use to access it?
I installed this component and configured as the README doc, but when I run my project in Xcode, I got this warning: > [tid:com.facebook.React.JavaScript] Warning: Native component for "VideoPlayerView" does...
Vimeo came out with an iOS Player and custom UI: https://github.com/vimeo/VIMVideoPlayer Example of custom UI in action: https://github.com/vimeo/Pegasus/tree/master/VimeoUploader/ViewControllers I think it would be great if someone can submit a PR...
Hi, How can i add title and nextsong url for create playlist ? Thanks.
Hey, Do you mind transpiling your code down to ES5? In a webpack scenario excluding `node_modules`, your code never gets executed and errors out because of the spread operator. Thanks,...