美涂士渠道云app

徐鹏 7ec279fd47 订单编辑详情增加选商品功能 2 lat temu
__tests__ 92e8ccdfbc 初始化项目 2 lat temu
android 67939d4438 Merge branch 'master' of http://183.56.220.107:50005/MayDos/occ-mobile 2 lat temu
app 7ec279fd47 订单编辑详情增加选商品功能 2 lat temu
ios d8b3372450 苹果版本的图标 2 lat temu
.babelrc 92e8ccdfbc 初始化项目 2 lat temu
.buckconfig 92e8ccdfbc 初始化项目 2 lat temu
.editorconfig 92e8ccdfbc 初始化项目 2 lat temu
.eslintrc 92e8ccdfbc 初始化项目 2 lat temu
.flowconfig 92e8ccdfbc 初始化项目 2 lat temu
.gitattributes 92e8ccdfbc 初始化项目 2 lat temu
.gitignore f45289c3f2 提交keystore 2 lat temu
.watchmanconfig 92e8ccdfbc 初始化项目 2 lat temu
README.md 92e8ccdfbc 初始化项目 2 lat temu
app.json 92e8ccdfbc 初始化项目 2 lat temu
index.js 92e8ccdfbc 初始化项目 2 lat temu
jsconfig.json 92e8ccdfbc 初始化项目 2 lat temu
package-lock.json 92e8ccdfbc 初始化项目 2 lat temu
package.json 92e8ccdfbc 初始化项目 2 lat temu
yarn.lock 92e8ccdfbc 初始化项目 2 lat temu

README.md

occ-extension-key = 123456 occ-extension-alias = 123456

已经适配了 iPhone X

...... )

    EQ,
    NOTEQ,
    LIKE,
    GT,
    GTE,
    LT,
    LTE,
    IN,
    NOTIN,
    NULL,
    NOTNULL

如果 react-native-splash-screen 报编译错误 解决方法如下:


Goto node_modules -> react-native-splash-screen -> build.gradle Change

compileSdkVersion 26 buildToolsVersion "26.1.0" to compileSdkVersion 23 buildToolsVersion "23.0.1"

and

compile "com.android.support:appcompat-v7:26.1.0" to compile "com.android.support:appcompat-v7:23.0.1"

And then make sure your build.gradle on android -> app -> build.gradle has the same version

compileSdkVersion 23 buildToolsVersion "23.0.1"

and

compile "com.android.support:appcompat-v7:23.0.1"