混合开发
kuangxuefeng丶
程序员
展开
-
react-native版本为0.60版本及以上版本时Android工程自动link无效
react-native版本为0.60版本及以上版本时Android工程自动link无效,如以下的依赖都没显示出来: 这是因为我们的项目中用到Android studio打开Android工程的时候,rn的代码还没有执行npm install(或者配置的依赖路径不对),node_modules下没有需要link的依赖,这时候在.idea/modules.xml文件中没有相对应的依赖路径: 解决方法:删除.idea文件夹,然后清除项目缓存并重启! ...原创 2022-02-14 19:25:18 · 2242 阅读 · 0 评论 -
react-native axios https请求证书问题
_method: 'POST', _response: 'Unacceptable certificate: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US',原创 2021-03-10 21:24:03 · 2281 阅读 · 0 评论 -
react native-1-创建RN工程
2.安装Yarn,Yarn是 Facebook 提供的替代 npm 的工具,可以加速 node 模块的下载。 C:\Users\kxf>npm install -g yarn C:\Users\kxf\AppData\Roaming\npm\yarn -> C:\Users\kxf\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js C:\Users\kxf\AppData\Roaming\npm\yarnpkg -> C:\Users\原创 2020-09-06 22:14:27 · 553 阅读 · 0 评论 -
weex从入门到放弃。。
工作之余学习weex开发,记录下一些坑。。 附下weex的版本信息 问题一.版本不对应 报错如下: E:\WeexProject\weext>weex debug tech_list.we ./tech_list.we Module build failed: Error: Vue packages version mismatch: - vue@2.5.21 (C:\Use...原创 2019-07-30 22:14:04 · 1016 阅读 · 0 评论 -
Flutter环境搭建
flutter中文官网https://flutterchina.club/setup-windows/ 一。下载前准备 配置临时镜像 export PUB_HOSTED_URL=https://pub.flutter-io.cn export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn 上面是临时添加,也可以直接添加到系统...原创 2019-08-31 15:10:19 · 535 阅读 · 0 评论