一个基于react-native的纯跨平台的影视项目,欢迎大家star
The content is promoting a pure cross-platform movie project based on React-Native that users can study and reference after undergoing online evaluations. The project includes links to download the APK for direct experience and error statistics for both iOS and Android platforms.
To run on Android:
npm install -g react-native-clinpm install in the project root directorynode-modules/react-native-video/android-exoplayer/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewreact-native run-androidTo run on iOS:
npm install -g react-native-clinpm install in the project root directorynode-modules/react-native-video/ios/RCTVideo.m:if([uri isEqualToString:@""]){
return nil;
}
react-native run-iosThe content introduces a React-Native-based cross-platform movie project that supports m3u8 video playback, gesture controls, and CodePush for hot updates. The installation guide provides steps for setting up the project on Android and iOS platforms. It suggests modifications for error resolutions and encourages users to contribute by submitting any encountered issues.