react-native-video-player
react-native-video-player copied to clipboard
A video player for React Native with controls
Hello Devs, I am facing one issue in android for react-native-video-player version - 0.10.1. I have a listing of videos that plays automatic when you locate on particular video like...
Whenever I add `import VideoPlayer from "react-native-video-player"` to any file, I get the following error whenever I try to even start the app... ``` TypeError: undefined is not an object...
A problem occurred evaluating project ':react-native-video'. > Could not find method provided() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler .
such as `flex:1` or ``` js style={{ left:0, right:0, top:0, bottom:0 }} ``` If I set with {{width =100, height:200}}, the view is not centered
there is no any description available in the read me about supported formate I have a URL which contains FLV file, is this lib support it ?
This change adds a new `renderOverlayComponent` prop that allows to render something on top of the video, but under controls / play button. **Example:** ``` ( Testing )} /> ```...
Getting below error after upgrading the RN version 0.69.1 when run 'npx react-native run-ios'. Error: invariant violation: ViewPropTypes has been removed from react native. migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'....
Is there a tutorial somewhere on how to do it? It's really unclear from the documentation.

I have to show an activity indicator when video is buffering.