Skip to content

Instantly share code, notes, and snippets.

@hamdymohamedak
Created January 15, 2026 13:56
Show Gist options
  • Select an option

  • Save hamdymohamedak/b4454ec4ef0d2126e1d8afe838dc594b to your computer and use it in GitHub Desktop.

Select an option

Save hamdymohamedak/b4454ec4ef0d2126e1d8afe838dc594b to your computer and use it in GitHub Desktop.
React Native clean cahces at Android & Ios
{
"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