| db7e2407 | 11-Mar-2023 |
Will Schurman <[email protected]> |
[expo-updates][ios] Add support for version 1 of the protocol and rollbacks (#21652)
# Why
This adds support for v1 of the expo-updates protocol, and support for
rollbacks directive.
This is
[expo-updates][ios] Add support for version 1 of the protocol and rollbacks (#21652)
# Why
This adds support for v1 of the expo-updates protocol, and support for
rollbacks directive.
This is the iOS implementation of
https://github.com/expo/expo/pull/21256, which itself is composed of a
few PRs. See those PRs for detailed description of feature.
# How
Same strategy as linked PRs, but for iOS.
# Test Plan
Same strategy as linked PRs, but for iOS.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
show more ...
|