Some React Native Daily Tips

 Some helpful commands

  1. Clear watchman watches:

watchman watch-del-all


  1. Delete node_modules:

rm -rf node_modules and run yarn install


  1. Reset Metro's cache:

yarn start --reset-cache


  1. Remove the cache:

rm -rf /tmp/metro-*


No comments:

Post a Comment