1.0.1 • Published 6 years ago

react-native-rnijkplayer v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

React Native Component for ijkplayer How to build Example

git clone https://github.com/king6cong/react-native-ijkplayer cd react-native-ijkplayer/Example npm install iOS iOS build need IJKMediaFramework.framework first, which can be build following instructions on https://github.com/Bilibili/ijkplayer, and generate IJKMediaFramework.framework

cd /Users/cong/Library/Developer/Xcode/DerivedData/IJKMediaDemo-ffgcszbckhcejffronccjzcppdbz/Build/Products/ lipo -create Release-iphoneos/IJKMediaFramework.framework/IJKMediaFramework Release-iphonesimulator/IJKMediaFramework.framework/IJKMediaFramework -output IJKMediaFramework cp IJKMediaFramework Release-iphoneos/IJKMediaFramework.framework/ cp -R Release-iphoneos/IJKMediaFramework.framework react-native-ijkplayer/ios/ After IJKMediaFramework.framework placed under react-native-ijkplayer/ios/ , Example is ready to build.

cd react-native-ijkplayer/Example/ios open Example.xcodeproj Android ijk dependencies is satisfied using gradle for Android

cd react-native-ijkplayer/Example/android ./gradlew installDebug