云票在线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