
ReactNative
沧桑老沈
这个作者很懒,什么都没留下…
展开
-
ReactNative问题集锦 react native 问题
build项目时,即输入react-native run-Android 时出现 failed to find Build Tools revision 23.0.1。出现原因:android SDK没有更新安装完整。 解决办法:设置SDK,安装更新。打开Android SDK Manager。选中以下项目: Android SDK Build-tool...原创 2017-08-23 16:50:17 · 126 阅读 · 0 评论 -
onendreached refresh无限触发
onEndReached={this.loadModeDataMore()}改为onEndReached={()=>this.loadModeDataMore()}ListView中所有设计调用方法到都必须 =>原创 2018-03-06 23:33:15 · 314 阅读 · 0 评论 -
react native systemicon
systemIcon enum('bookmarks', 'contacts', 'downloads', 'favorites', 'featured', 'history', 'more', 'most-recent', 'most-viewed', 'recents', 'search', 'top-rated')原创 2018-01-21 17:28:54 · 114 阅读 · 0 评论 -
RCTLogLevel错误
check what version of react-native-vector-icons are you using now。v4.0.0 is needed to run with React Native >=0.40。 Try run npm list --depth=0 and look for react-native-vector-icons. updat...原创 2018-01-21 16:24:50 · 121 阅读 · 0 评论 -
react-native ios-run各种报错*错误*cfbundleidentifier not found、缺少lib 、
react-native ios-run 报错1.CFBundleIdentifier", Does Not Exist这个错误网上看似答案很多,但你尝试后发现都没用。很多sb答案说"你的版本太高,让你改那个依赖文件降低版本、然后删掉node模型文件夹。再重新npm install。面对这种sb回答千万不要轻信他们。往往这些人都是复制别人的答案转载的。...原创 2017-10-11 17:43:45 · 418 阅读 · 0 评论 -
react-native 模拟机操作变很慢 点击很慢 菜单操作慢
菜单和app内的操作变成慢动作?选中模拟器 -> Debug -> Slow Animations 取消选中原创 2017-10-11 17:41:02 · 768 阅读 · 0 评论 -
npm 淘宝镜像源
[code="shell"]npm config set registry https://registry.npm.taobao.org --globalnpm config set disturl https://npm.taobao.org/dist --global[/code]原创 2017-10-11 17:20:26 · 182 阅读 · 0 评论 -
组件生命周期图
图片来源自慕课网的某教程[img]http://dl2.iteye.com/upload/attachment/0127/3106/d6ab640c-e298-36d8-9be2-ef7c96dc26cd.png[/img]原创 2017-10-10 18:01:19 · 119 阅读 · 0 评论 -
react-native run-ios :CFBundleIdentifier, Does Not Exist
是不是很痛苦? 创建一个HelloWorld项目都拍不起来? 一下子增加了前期调研的学习成本? 其实是没指定版本。 创建项目时请带上版本号 react-native init DemoApp --version 0.44.3...原创 2017-10-10 16:42:54 · 162 阅读 · 0 评论 -
Mac-OS 系统配置React-native环境
React Native MAC下环境配置安装1、安装HomeBrew第①步:打开终端操作命令行工具,在命令行输入:ruby -e “$(curl –insecure -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”执行完毕后会提示输入系统密码:第②步:...原创 2017-10-09 11:55:25 · 262 阅读 · 0 评论 -
Navigator is deprecated and has been removed from this package
报错:'Navigator is deprecated and has been removed from this package. It can now be installed ' + 'and imported from `react-native-deprecated-custom-components` instead of `react-native`. ' ...原创 2018-03-14 21:38:32 · 170 阅读 · 0 评论