
React native
文章平均质量分 60
木棉杉
软件应用初学者
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React-native Webstorm调试
Webstorm2017最新功能现在网上分享的都是老版本的配置方法,新版运行iOS和Android十分方便!1、首先找到运行按钮旁边的向下箭头,打开Edit Configurations2、点击+号,选择React Native,然后编辑右侧的Name(例如运行iOS,可起名为iOS),再选择Target platform即可。3、直接点击运行按钮即可,(当然是在你具备原创 2017-04-06 17:10:19 · 3858 阅读 · 0 评论 -
react-native-router-flux popTo('想pop到的scene') 回退多级不能实现问题
我测试的react-native-router-flux版本是"version": "4.0.0-beta.24":修改地方:1、将src/Reducer下第54行 // while (nextScene !== currentScene && newState && nextScene !== routeName) {修改为while原创 2017-12-18 16:49:58 · 1201 阅读 · 0 评论 -
unable to load script from assets 'index.android.bundl
配置RN运行环境时报错,如下:,发现一个可行的解决方案,尝试已成功运行说是新版本文件名已经从index.android.js变为了index.js;至于assets文件夹就是用来存放index.android.bundle等文件用;按照步骤:1 新建assets进入\android\app\src\main新建assets文件夹2 修改entry–file根目录cmd运行命令:react-n...转载 2018-03-01 15:39:21 · 422 阅读 · 0 评论 -
Mac 清除缓存删除文件导致webstorm打开失败的解决方案
打开应用出错信息:Log path '/Users/XX/Library/Logs/WebStorm2018.1' is inaccessible.If you have modified the 'idea.log.path' property please make sure it is correct,otherwise please re-install the IDE.解决方案:解决1....原创 2018-06-01 09:51:15 · 2140 阅读 · 0 评论