Created
January 15, 2026 13:56
-
-
Save hamdymohamedak/b4454ec4ef0d2126e1d8afe838dc594b to your computer and use it in GitHub Desktop.
React Native clean cahces at Android & Ios
This file contains hidden or 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
| { | |
| "clean:android": "cd android && ./gradlew clean && cd ..", | |
| "clean:ios": "cd ios && rm -rf Pods Podfile.lock build && pod install && cd ..", | |
| "clean:all": "npm run clean:android && npm run clean:ios", | |
| "clean": "rm -rf node_modules && npm install && npm run clean:all" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment