logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

react-native-webview 无法触发onMessage函数

在注入代码中用window.ReactNativeWebView.postMessage替换window.postMessage

#reactnative
react-native使用gif图片在安卓系统下不动的解决方法

在android/app/build.gradle 中的dependencies中添加,具体版本根据实际环境选择implementation 'com.facebook.fresco:animated-gif:2.0.0'

#android#react.js#react native
android编译错误AAPT: error: resource android:attr/lStar not found

android编译错误AAPT: error: resource android:attr/lStar not found老项目编译出现AAPT: error: resource android:attr/lStar not found字样错误提示,是因为第三方依赖包依赖需求不明确,导致直接下载最新版依赖不匹配导致。全文搜索androidx.core:core字样(注意ignore文件过滤设置),

#android
到底了