Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

eas build apk

To specify building an APK instead of an App-bundle with
EAS Build, Add build type to the appropriate release-channel:
     // Add this in eas.json to your release channel
     "android": {
        "buildType": "apk"
      }
  
Source by docs.expo.dev #
 
PREVIOUS NEXT
Tagged: #eas #build #apk
ADD COMMENT
Topic
Name
1+3 =