History log of /expo/packages/expo-dev-menu/plugin/src/withDevMenu.ts (Results 1 – 10 of 10)
Revision Date Author Comments
# 7f9ebcf1 21-Sep-2023 Evan Bacon <[email protected]>

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 ...


# 435bbba8 25-Sep-2022 Brent Vatne <[email protected]>

Re-export config-plugins from expo package and update docs (#18855)


# ca2c0598 03-Mar-2022 Eric Samelson <[email protected]>

[expo-dev-launcher][expo-dev-menu] gate config plugin mods by SDK version (#16495)


# b96f6724 09-Sep-2021 Łukasz Kosmaty <[email protected]>

[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.

show more ...


# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)


# 78926e28 24-Jun-2021 Ville Immonen <[email protected]>

[dev-client][plugin] Use Node module resolution to find package paths for Podfile (#13382)


# 9b66912a 26-Apr-2021 Evan Bacon <[email protected]>

[dev-menu] Created versioned plugins (#12715)

* Created versioned plugins

* changelog


# d17a4a6e 22-Apr-2021 Evan Bacon <[email protected]>

[dev menu] add AppDelegate unit tests (#12651)

* Added tests for expo-dev-launcher AppDelegate plugin

* Added tests for expo-dev-menu AppDelegate plugin

* changelog


# b0923218 13-Apr-2021 Evan Bacon <[email protected]>

[expo-dev-menu][plugin] skip adding the cocoapod if rubocop format import is used (#12480)

* match rubocop format

* changelog


# 4265774d 01-Feb-2021 Łukasz Kosmaty <[email protected]>

[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

show more ...