Useful Links

React troubleshoot

To resolve try the following

Clear watchman watches: `watchman watch-del-all`.
Delete the `node_modules` folder: `rm -rf node_modules && npm install`.
Reset Metro Bundler cache: `rm -rf $TMPDIR/react-*` or `npm start -- --reset-cache`.
Remove haste cache: `rm -rf $TMPDIR/haste-map-react-native-packager-*`.

Redux

Last updated