文件名称:MApp:微蜂窝商家版App原始码,微小区原始码请查看https
文件大小:13.28MB
文件格式:ZIP
更新时间:2024-04-11 20:00:58
系统开源
如何安装 1,安装react native,android及IOS环境(请自行百度) 2,调试模式运行 git clone https://github.com/java110/MApp.git cd Mapp/ react-native run-android react-native start 3,打包发行版本 git clone https://github.com/java110/MApp.git cd Mapp/ react-native bundle --entry-file index.js --platform android --dev false --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res/ cd