摘要: 这个是报错信息,一调用Geolocation.getCurrentPosition,就会报这个错 后来才知道是因为没有初始化,需要在使用之前调用initGeo方法 阅读全文
posted @ 2024-02-22 11:44 Lemon_123 阅读(72) 评论(0) 推荐(0)
摘要: android:exported="true" android.injected.testOnly=false 阅读全文
posted @ 2024-01-31 15:18 Lemon_123 阅读(12) 评论(0) 推荐(0)
摘要: 一开始版本是"react-native": "0.64.1", "react-native-scrollable-tab-view": "^1.0.0" 一进页面就报错Check the render method of `AnimatedComponent` 后来升级rn版本到"react-nat 阅读全文
posted @ 2022-11-19 09:34 Lemon_123 阅读(143) 评论(0) 推荐(0)
摘要: 添加了这一行代码就可以了 android:usesCleartextTraffic="true" 阅读全文
posted @ 2022-11-17 18:19 Lemon_123 阅读(54) 评论(0) 推荐(0)
摘要: reactnative 插件 ‘react-native-pell-rich-editor’ 1.第二次进入会发生闪退 解决办法:添加 androidLayerType="software" 2.上传图片 使用 onPressAddImage 需要变base64格式才可以 3.默认内容 initia 阅读全文
posted @ 2022-05-26 14:26 Lemon_123 阅读(283) 评论(0) 推荐(0)