chore(expo-dev-menu): Drop support for configuring SDK 44 and below with Prebuild. (#24504)# Why Config plugins are versioned with versioned packages, meaning they shouldn't need to be SDK vers
chore(expo-dev-menu): Drop support for configuring SDK 44 and below with Prebuild. (#24504)# Why Config plugins are versioned with versioned packages, meaning they shouldn't need to be SDK versioned at all. Even if they were, SDK 44 is pretty far back. On top of that, these checks don't support UNVERSIONED. <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> # 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 `npx expo prebuild` & EAS Build (eg: updated a module plugin). --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
[dev-client] Fix rnscreen was not found in the UIManager & rebuild js
[expo-dev-launcher][expo-dev-menu] gate config plugin mods by SDK version (#16495)
[packages][apps][docs] Update source code to reference main
[packages] Commit rebuilt packages
[dev-client][plugins] Link to installation instructions in config plugin error messages (#14307)# Why Closes ENG-1839. # How Add a link to the installation instructions in the error messag
[dev-client][plugins] Link to installation instructions in config plugin error messages (#14307)# Why Closes ENG-1839. # How Add a link to the installation instructions in the error message.
[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)
[sdk] upgrade typescript to v4.3.5 (#14015)
[dev-client][plugin] Use Node module resolution to find package paths for Podfile (#13382)
[dev-client][plugin] Update installation plugin (#12875)# Why Makes the installation plugins up-to-date. # How - expo-dev-menu should be initialized by the dev-launcher if it's present. We
[dev-client][plugin] Update installation plugin (#12875)# Why Makes the installation plugins up-to-date. # How - expo-dev-menu should be initialized by the dev-launcher if it's present. We need to remove the initialization of the menu if the dev-launcher is also installed. Otherwise, the app menu delegate will override the one from dev-launcher. - add a new command which compiles the plugin in each package. # Test Plan - run `expo-eject` ✅
[dev-menu] Created versioned plugins (#12715)* Created versioned plugins * changelog
[dev menu] add AppDelegate unit tests (#12651)* Added tests for expo-dev-launcher AppDelegate plugin * Added tests for expo-dev-menu AppDelegate plugin * changelog
[expo-dev-menu][plugin] skip adding the cocoapod if rubocop format import is used (#12480)* match rubocop format * changelog
[dev] Add config plugins for `expo-dev-menu` and `expo-dev-launcher` (#11770)# Why Adds config plugins for `expo-dev-menu` and `expo-dev-launcher`. # How Added plugins according to https:/
[dev] Add config plugins for `expo-dev-menu` and `expo-dev-launcher` (#11770)# Why Adds config plugins for `expo-dev-menu` and `expo-dev-launcher`. # How Added plugins according to https://github.com/expo/expo-cli/tree/master/packages/config-plugins. # Test Plan - expo init - add plugins to `app.config.json` - expo eject