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

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

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