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