Skip to content

Instantly share code, notes, and snippets.

@hamdymohamedak
Created November 6, 2025 18:35
Show Gist options
  • Select an option

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

Select an option

Save hamdymohamedak/9f361650b4257e5d8519ee1f0a780fab to your computer and use it in GitHub Desktop.
React Native Package Json for Clean bundle Cache (ios & android)
"scripts": {
"clean:android": "cd android && ./gradlew clean && cd ..",
"clean:ios": "cd ios && rm -rf build && xcodebuild clean && rm -rf ~/Library/Developer/Xcode/DerivedData && pod deintegrate && pod install && cd .."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment