【发布时间】:2018-05-02 05:53:51
【问题描述】:
【问题讨论】:
标签: android node.js react-native reactive-programming
【问题讨论】:
标签: android node.js react-native reactive-programming
将您的 babel-preset-react-native 降级为 4.0.0 作为开发依赖项
yarn add --dev babel-preset-react-native@4.0.0
然后尝试再次运行它。
【讨论】:
package.json 吗?在此之前还要清理缓存。
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache