美涂士渠道云app

chenzhfa 2653a606dc 提交样式 il y a 2 ans
__tests__ 92e8ccdfbc 初始化项目 il y a 2 ans
android 6c5e62134a 缓存图改变 il y a 2 ans
app 2653a606dc 提交样式 il y a 2 ans
ios fc80228e3a 苹果图标改变 il y a 2 ans
.babelrc 92e8ccdfbc 初始化项目 il y a 2 ans
.buckconfig 92e8ccdfbc 初始化项目 il y a 2 ans
.editorconfig 92e8ccdfbc 初始化项目 il y a 2 ans
.eslintrc 92e8ccdfbc 初始化项目 il y a 2 ans
.flowconfig 92e8ccdfbc 初始化项目 il y a 2 ans
.gitattributes 92e8ccdfbc 初始化项目 il y a 2 ans
.gitignore f45289c3f2 提交keystore il y a 2 ans
.watchmanconfig 92e8ccdfbc 初始化项目 il y a 2 ans
README.md 92e8ccdfbc 初始化项目 il y a 2 ans
app.json 92e8ccdfbc 初始化项目 il y a 2 ans
index.js 92e8ccdfbc 初始化项目 il y a 2 ans
jsconfig.json 92e8ccdfbc 初始化项目 il y a 2 ans
package-lock.json 92e8ccdfbc 初始化项目 il y a 2 ans
package.json 92e8ccdfbc 初始化项目 il y a 2 ans
yarn.lock 92e8ccdfbc 初始化项目 il y a 2 ans

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"