Skip to content

Instantly share code, notes, and snippets.

@ali-farhad
Created March 29, 2025 09:29
Show Gist options
  • Save ali-farhad/1fe06c5aa8ea4fb8c9df8631af39b74d to your computer and use it in GitHub Desktop.
Save ali-farhad/1fe06c5aa8ea4fb8c9df8631af39b74d to your computer and use it in GitHub Desktop.
create realase build of expo react native
https://docs.expo.dev/guides/local-app-production/
cd android && ./gradlew app:bundleRelease
`Cutting the long story short the command gradlew bundleRelease is used to generate an .aab file where as the command gradlew assembleRelease is used to generate .apk file so use the command accordingly`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment