美涂士渠道云app

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

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"