react-native 命令

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/nimeghbia/article/details/81297750
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/

    npm uninstall -g react-native-cli
     
    npm uninstall -g react-native

 

再装上新版本:

    npm install -g [email protected]
    npm install -g [email protected]

adb reverse tcp:8081 tcp:8081
adb shell input keyevent 82

react-native init --version="0.55.4" myFirstApp

猜你喜欢

转载自blog.csdn.net/nimeghbia/article/details/81297750