1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

add arm64 and x86_64

This commit is contained in:
sunnylqm
2019-04-15 17:49:15 +08:00
parent 453a861302
commit f6ad543854
7 changed files with 20 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
{
"name": "react-native-update",
"version": "5.1.6",
"version": "5.1.7",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-lib": "$ANDROID_HOME/ndk-bundle/ndk-build NDK_PROJECT_PATH=android APP_BUILD_SCRIPT=android/jni/Android.mk NDK_LIBS_OUT=android/lib",
"prepare": "node_modules/.bin/babel local-cli/src --out-dir local-cli/lib"
},
"repository": {