美涂士渠道云app

徐鹏 4c0bdafba1 购物车清空功后清空总金额 2 vuotta sitten
__tests__ 92e8ccdfbc 初始化项目 2 vuotta sitten
android 67939d4438 Merge branch 'master' of http://183.56.220.107:50005/MayDos/occ-mobile 2 vuotta sitten
app 4c0bdafba1 购物车清空功后清空总金额 2 vuotta sitten
ios d8b3372450 苹果版本的图标 2 vuotta sitten
.babelrc 92e8ccdfbc 初始化项目 2 vuotta sitten
.buckconfig 92e8ccdfbc 初始化项目 2 vuotta sitten
.editorconfig 92e8ccdfbc 初始化项目 2 vuotta sitten
.eslintrc 92e8ccdfbc 初始化项目 2 vuotta sitten
.flowconfig 92e8ccdfbc 初始化项目 2 vuotta sitten
.gitattributes 92e8ccdfbc 初始化项目 2 vuotta sitten
.gitignore f45289c3f2 提交keystore 2 vuotta sitten
.watchmanconfig 92e8ccdfbc 初始化项目 2 vuotta sitten
README.md 92e8ccdfbc 初始化项目 2 vuotta sitten
app.json 92e8ccdfbc 初始化项目 2 vuotta sitten
index.js 92e8ccdfbc 初始化项目 2 vuotta sitten
jsconfig.json 92e8ccdfbc 初始化项目 2 vuotta sitten
package-lock.json 92e8ccdfbc 初始化项目 2 vuotta sitten
package.json 92e8ccdfbc 初始化项目 2 vuotta sitten
yarn.lock 92e8ccdfbc 初始化项目 2 vuotta sitten

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"