I run video from remote, but it doesn't work. here my code
<VideoPlayer video ={{uri:this.state.url}} // video={IntroVideo} resizeMode="cover" customStyles={{ wrapper: { width: '100%', height: '100%' } }} autoplay={false} // style={{ width: '100%', height: '100%', borderRadius: 3 }} // disableVolume // disableBack // disableFullscreen={false} // preventManuallySeek={false} // useTextureView={true} />
Environment:
OS: macOS 10.14.3
Node: 11.6.0
Yarn: Not Found
npm: 6.5.0
Watchman: 4.9.0
Xcode: Xcode 10.1 Build version 10B61
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.51.0 => 0.51.0
and lib
"react-native-video": "^3.2.0",
I run video from remote, but it doesn't work. here my code
<VideoPlayer video ={{uri:this.state.url}} // video={IntroVideo} resizeMode="cover" customStyles={{ wrapper: { width: '100%', height: '100%' } }} autoplay={false} // style={{ width: '100%', height: '100%', borderRadius: 3 }} // disableVolume // disableBack // disableFullscreen={false} // preventManuallySeek={false} // useTextureView={true} />Environment:
OS: macOS 10.14.3
Node: 11.6.0
Yarn: Not Found
npm: 6.5.0
Watchman: 4.9.0
Xcode: Xcode 10.1 Build version 10B61
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: 0.51.0 => 0.51.0
and lib
"react-native-video": "^3.2.0",