[config-types] Remove classic updates (#24066)
[@expo/config-plugins] Add comment to withUpdates to attempt to preempt bugs (#22737)
[config-plugins] Fix runtime version parsing on Android (#19821)# Why Fix the issue described in https://linear.app/expo/issue/ENG-6212/fix-runtime-version-parsing-on-android where trailing ze
[config-plugins] Fix runtime version parsing on Android (#19821)# Why Fix the issue described in https://linear.app/expo/issue/ENG-6212/fix-runtime-version-parsing-on-android where trailing zeroes are removed from Android runtime version values. # How Modify the existing updates code in `@expo/config-plugins/src/android/Update.ts` to write the runtime version as a string resource, and modify `UpdatesConfiguration.kt` (expo-updates) to check for the runtime version in the string resource first, and fall back to checking the manifest as before if the string resource is not found. # Test Plan - New unit test added - Tested in EAS builds and verified the expected metadata shows up in the Android manifest, and the expected string shows up in the app's `strings.xml`. # 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) - [x] This diff will work correctly for `expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
Re-export config-plugins from expo package and update docs (#18855)
Jonathan/eng 1768 update versioned expo updates config (#13981)
[expo-updates] Fix username not properly supplied to expo-updates plugin (#13909)
[expo-updates] Created config plugin (#11981)* Created config plugin * Update CHANGELOG.md * Update yarn.lock