摘要: 安装apk的代码: RNFetchBlob.android.actionViewIntent(res.path(), 'application/vnd.android.package-archive'); 报错如下: Calling startActivity() from outside of a 阅读全文
posted @ 2023-11-23 14:32 流水飘香 阅读(263) 评论(0) 推荐(0)
摘要: 官方文档:https://reactnavigation.org/docs/navigating-without-navigation-prop/ 修改APP.js import { NavigationContainer } from '@react-navigation/native'; imp 阅读全文
posted @ 2023-11-01 14:29 流水飘香 阅读(196) 评论(0) 推荐(0)
摘要: SSH_Unable to negotiate with ... port ..: nomatching host host key type found. Their offer:ssh-rsa 解决方式: 修改~/.ssh/config文件 Host * HostKeyAlgorithms +s 阅读全文
posted @ 2023-10-18 19:23 流水飘香 阅读(16) 评论(0) 推荐(0)
摘要: 解决方式,清除Android缓存: cd android && gradlew clean && cd .. && react-native run-android 阅读全文
posted @ 2023-09-26 17:08 流水飘香 阅读(134) 评论(0) 推荐(0)
摘要: 尝试多种方式未果,删除node_modules下的所有文件,重新yarn install、yarn android即可 阅读全文
posted @ 2023-09-23 13:13 流水飘香 阅读(3428) 评论(0) 推荐(0)
摘要: 尝试网上的解决方式都没有用时,重启下电脑再试一下。 阅读全文
posted @ 2023-09-20 17:59 流水飘香 阅读(58) 评论(0) 推荐(0)