Uninote
Uninote

React-native-webview

注释掉此方法

public void setWebChromeClient(WebChromeClient client) { this.mWebChromeClient = client; super.setWebChromeClient(client); } 找不到符号,Android.Q ,把android Q改为28

所有的依赖库如报错not found supportv4

导入包名修改为androidx.annotation

import androidx.annotation.xxxx;

React-native-swpier

index.js文件第782行改为

contentoffset={this.fullstate().offset}

react-native-orientation:verifyReleaseResources FAILE

找到build.gradle文件 做以下修改

targetSdkVersion 28 compileSdkVersion 28 buildToolsVersion "28.0.0"

react-native-picker:verifyReleaseResources FAILED

找到build.gradle文件 做以下修改

targetSdkVersion 28 compileSdkVersion 28 buildToolsVersion "28.0.0"

README

点赞(0) 阅读(1) 举报
目录
标题