错误:TransformError
解决:
yarn remove babel-preset-react-native
yarn add babel-preset-react-native@2.1.0
错误:Navigator is deprecated and has been removed from this package
解决:npm install react-native-deprecated-custom-components --save
错误:Navigator is deprecated and has been removed from this package
解决:
npm install react-native-deprecated-custom-components --save
页面引用:import {Navigator} from 'react-native-deprecated-custom-components'
错误:Duplicate declaration "Navitogar"
解决:重复引用 "Navitogar",删除一个
错误:NSInternalInconsistencyException: bundleURL must be non-nil when not implementing loadSourceForBridge
解决:因为系统开了ss代理工具,关闭即可
错误:Cannot find entry file index.ios.js in any of the roots…
解决:rm -rf node_modules (删掉原来的重新来一遍即可)
错误:Could not connect to development server. (ERROR Error watching file for changes: EMFILE)
解决:安装 brew install watchman
错误:antd-mobile does not exist in the module map (react-native)
解决:[“import”, { “libraryName”: “antd-mobile”, “style”: “css” }]改成:[“import”, { “libraryName”: “antd-mobile”}]
错误:CFBundleIdentifier”, Does Not Exist
解决:react-native upgrade
错误:no bundle url present
解决:(由于开了代理服务器SS),关闭SS
react-native 爬坑错误集合
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- react-native run-ios报的错误 Command failed: /usr/libexec/Pli...
- 早闻微信支付一直为移动开发者所诟病,这次公司项目新增微信支付需求,一试果然是一把辛酸泪,从配置到与后台调试真...