用 Android studio 打包 React native

react

首先创建keystore

点击Create New

创建完成点Next


点 Finish 之前, 需要打包bundle, 在项目的目录下面, cmd 运行如下命令

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/

最后点击 Finish完成


以上是 用 Android studio 打包 React native 的全部内容, 来源链接: utcz.com/z/383220.html

回到顶部