Created
March 29, 2025 09:29
-
-
Save ali-farhad/1fe06c5aa8ea4fb8c9df8631af39b74d to your computer and use it in GitHub Desktop.
create realase build of expo react native
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
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