Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
releaseChannel
ineas.json
tochannel
so that theexpo-updates
package can workSVA-1091
even if we don't use the
expo-updates
package, it needs to be configured to prevent the application from crashing on android.in order for the expo-updates package to work with eas, the
releaseChannel
ineas.json
had to be replaced withchannel
.expo doc.: https://docs.expo.dev/build/updates/
expo doc.: https://docs.expo.dev/eas-update/eas-cli/?redirected
channel: The channel is a name we can give to multiple builds to identify them easily. Learn more
This field only applies to the EAS Update service, if your project still uses Classic Updates then use the releaseChannel field instead.
releaseChannel: Name of the release channel for the expo-updates package. Learn more
If you do not specify a channel, your binary will pull releases from the default channel. If you do not use expo-updates in your project then this property will have no effect.
This field only applies to the Classic Update service; if you use EAS Update, use the channel field instead.
after this update, the following line needs to be added to
app.json
when creating a build for the application.