554b16d6cb
Adds distribution: "internal" to the preview EAS build profile so that completed APK builds generate a QR code and direct download link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
363 B
JSON
25 lines
363 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 16.0.0"
|
|
},
|
|
"build": {
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
},
|
|
"ios": {
|
|
"resourceClass": "m-medium"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|