add build instructions

add yarn script to prepare exoplayer/ffmpeg
This commit is contained in:
austinried
2022-02-02 16:03:05 +09:00
parent ec390f593c
commit d9781f3a47
3 changed files with 63 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
"android": "react-native run-android",
"android:release": "./android/gradlew -p android assembleRelease -PsignReleaseWithDebug=true && adb install -r android/app/build/outputs/apk/release/app-release.apk && adb shell am start -n com.subtracks/.MainActivity",
"start": "react-native start",
"prepare": "scripts/prepare-exoplayer-ffmpeg.sh",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"license:npm": "yarn licenses generate-disclaimer --production | grep -v '^info\\s\"\\?fsevents' > android/app/src/main/assets/licenses/npm.txt",