美涂士渠道云app

chenzhfa 6adf1738f3 规格型号分行用view 2 år sedan
__tests__ 92e8ccdfbc 初始化项目 2 år sedan
android 6c5e62134a 缓存图改变 2 år sedan
app 6adf1738f3 规格型号分行用view 2 år sedan
ios fc80228e3a 苹果图标改变 2 år sedan
.babelrc 92e8ccdfbc 初始化项目 2 år sedan
.buckconfig 92e8ccdfbc 初始化项目 2 år sedan
.editorconfig 92e8ccdfbc 初始化项目 2 år sedan
.eslintrc 92e8ccdfbc 初始化项目 2 år sedan
.flowconfig 92e8ccdfbc 初始化项目 2 år sedan
.gitattributes 92e8ccdfbc 初始化项目 2 år sedan
.gitignore f45289c3f2 提交keystore 2 år sedan
.watchmanconfig 92e8ccdfbc 初始化项目 2 år sedan
README.md 92e8ccdfbc 初始化项目 2 år sedan
app.json 92e8ccdfbc 初始化项目 2 år sedan
index.js 92e8ccdfbc 初始化项目 2 år sedan
jsconfig.json 92e8ccdfbc 初始化项目 2 år sedan
package-lock.json 92e8ccdfbc 初始化项目 2 år sedan
package.json 92e8ccdfbc 初始化项目 2 år sedan
yarn.lock 92e8ccdfbc 初始化项目 2 år sedan

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"