云票在线App最早期版本(弃用)

lj 698dd023a1 调整 3 년 전
__tests__ 0549065bbc 项目 4 년 전
android 698dd023a1 调整 3 년 전
components 698dd023a1 调整 3 년 전
data 83019c8cb7 网络链接调整 4 년 전
ios 698dd023a1 调整 3 년 전
page 698dd023a1 调整 3 년 전
source 9b63cceb35 微信免登 4 년 전
third-party e0d8126326 页面调整 4 년 전
.buckconfig 0549065bbc 项目 4 년 전
.eslintrc.js 0549065bbc 项目 4 년 전
.flowconfig 0549065bbc 项目 4 년 전
.gitattributes 0549065bbc 项目 4 년 전
.gitignore 0549065bbc 项目 4 년 전
.prettierrc.js 0549065bbc 项目 4 년 전
.watchmanconfig 0549065bbc 项目 4 년 전
App.js 9b63cceb35 微信免登 4 년 전
app.json 0549065bbc 项目 4 년 전
babel.config.js 0549065bbc 项目 4 년 전
index.js 0549065bbc 项目 4 년 전
metro.config.js 0549065bbc 项目 4 년 전
npm 97a9a5dbbd 商品管理,税收分类编码 数据库初始化,代码整合 4 년 전
package-lock.json 698dd023a1 调整 3 년 전
package.json 698dd023a1 调整 3 년 전
readme.md e0d8126326 页面调整 4 년 전
yarn.lock 698dd023a1 调整 3 년 전

readme.md

############################ //安卓打包命令 // cd/android // ./gradlew assembleRelease

//react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/bundle/main.jsbundle --assets-dest ios/bundle //react-native bundle --entry-file index.js --bundle-output ./ios/bundle/index.ios.jsbundle --platform ios --assets-dest ./ios/bundle --dev false