
react-native
当富网络
当富网络 gzdangfu dot com
展开
-
Window 7 下android react native 新建环境
本博客基于win7 64位系统android出现的步骤及错误情况记录详情参考react native 中文网:http://reactnative.cn/docs/0.48/getting-started.html#content需要下载东西:Node(4.4.4以上版本最好,最新的最优)gitandroid sdkjdk 1.8Android studio原创 2017-09-29 10:18:33 · 350 阅读 · 0 评论 -
react-native 运行github项目报错 Couldn't find preset “es2015” relative to directory
运行这篇文章的github项目报错http://blog.youkuaiyun.com/qq273681448/article/details/52969975 Couldn't find preset “es2015” relative to directory解决方法: npm install babel-preset-es2015 npm insta原创 2017-09-29 16:32:31 · 1436 阅读 · 0 评论 -
react-native 解决 Can't find variable: __fbBatchedBridge
react-native 解决 Can't find variable: __fbBatchedBridge 注意,这是确保5.0以下设置了同一wifi下,或者5.0以上确保同一wifi,可以这样解决方法:react-native start然后(windows下)react-native bundle --platform android --dev fals原创 2017-09-29 17:15:20 · 1899 阅读 · 0 评论 -
react native VS Code配置及插件推荐
from : http://blog.youkuaiyun.com/peakchen_90/article/details/53382883VS Code配置及插件推荐个人感觉vs code非常强大,插件也非常多,用来作为前端开发是很适合的。之前在折腾sublime text3,但是ST3的配置比较麻烦,而且插件安装多了之后,代码提示找不到点上,而vs code是根据文件格式类型来提示的,转载 2017-09-30 11:11:04 · 7373 阅读 · 0 评论 -
Integration with Existing Apps #
Project with Native Code RequiredThis page only applies to projects made with react-native init or to those made with Create React Native App which have since ejected. For more information about eje转载 2017-10-16 15:58:43 · 584 阅读 · 0 评论 -
初识react native 练习记录
慢慢找一下网上的学习资料,慢慢学习适应react-native 开发进程,希望每天都有进步,越来越有知识原创 2017-10-16 17:33:12 · 445 阅读 · 0 评论 -
可替代NPM的快速可信赖包管理工具Yarn
from : https://segmentfault.com/a/1190000007155508CheatNPMYARN说明npm inityarn init初始化某个项目npm install/linkyarn install/link默认的安装依赖操作npm install taco转载 2017-10-17 11:19:04 · 453 阅读 · 0 评论 -
Command `run-android(ios)` unrecognized.
react-native ,首先,我想要引入轮播图效果,然后找了一个 react-native-swiper执行了以下语句npm uninstall react-native-swiper –save / yarn add react-native-swiper居然报错了-Command `run-android` unrecognized. Make原创 2017-10-17 11:36:46 · 3310 阅读 · 1 评论