React-Native-App
React-Native-App copied to clipboard
RCTBatchedBridge start 启动的时候报错
This might be related to https://github.com/facebook/react-native/issues/4968 To resolve try the following:
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset packager cache:
rm -fr $TMPDIR/react-*
ornpm start -- --reset-cache
.
可能是环境配的问题,楼主可以帮忙看一下吗