[config-plugins][config-types] align with server schema and fix errors (#20378)
# Why
- Align with schema changes
- Make corresponding changes in `config-plugins`
# How
```
cd packages/\@
[config-plugins][config-types] align with server schema and fix errors (#20378)
# Why
- Align with schema changes
- Make corresponding changes in `config-plugins`
# How
```
cd packages/\@expo/config-types
yarn generate --path ../../../../../easProjects/universe/server/www/xdl-schemas/UNVERSIONED-schema.json
npx prettier --write src/ExpoConfig.ts
```
Then fix outdated tests in `config-plugins`.
# Test Plan
Tests should pass
# 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 `expo prebuild` & EAS Build (eg:
updated a module plugin).
show more ...
|