| e9783df2 | 18-Sep-2023 |
Douglas Lowder <[email protected]> |
[expo-updates] Add missing export in checkForUpdateAsync result (#24503)
# Why
In testing with the launch week demo app (UpdatesAPIDemo), found that
the new "reason" enum was not exported in `Up
[expo-updates] Add missing export in checkForUpdateAsync result (#24503)
# Why
In testing with the launch week demo app (UpdatesAPIDemo), found that
the new "reason" enum was not exported in `Updates.types.ts`.
# How
- Added the export
- Regenerated API docs
# Test Plan
- New enum is accessible from demo app code
- Check generated docs in local server
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] 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 `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
---------
Co-authored-by: Expo Bot <[email protected]>
show more ...
|