Created
May 28, 2022 01:17
-
-
Save TowhidKashem/a17c31b752ee48838a215bf8c9c79b3d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
watchman watch-del-all && rm -rf /tmp/metro-* && yarn cache clean && rm yarn.lock && rm -rf node_modules/ && yarn install && expo r -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If not using expo replace
expo r -c
at the end withyarn start --reset-cache
to start the project with cache cleared