ReactNativeUtil
ReactNativeUtil copied to clipboard
react native 无法加载bundle 一直显示0.0% :Watchman error:query failed: synchronization failed:Operation timed out

解决: sudo npm install -g watchman sudo npm run start
第二种方式:rm -rf /usr/local/var/run/watchman/root-state "Unable to load script from assets 'index.android.bundle'.make sure you bundle is packaged correctly.....":https://github.com/facebook/react-native/issues/18692#issuecomment-378555389
remove watchman sudo npm uninstall -g watchman and then run again npm run start