Name Date Size #Lines LOC

..26-Sep-2023-

__mocks__/H26-Sep-2023-3629

build/H26-Sep-2023-13,21610,979

src/H26-Sep-2023-27,69323,838

.eslintignoreH A D26-Sep-20235 11

CHANGELOG.mdH A D26-Sep-20235.5 KiB13070

LICENSEH A D26-Sep-20231.1 KiB2317

README.mdH A D26-Sep-20231.3 KiB3519

babel.config.jsH A D26-Sep-2023113 76

jest.config.jsH A D26-Sep-2023345 1210

package.jsonH A D26-Sep-20231.6 KiB6160

tsconfig.jsonH A D26-Sep-2023214 109

README.md

1<!-- Title -->
2<h1 align="center">
3�� Welcome to <br><code>@expo/config-plugins</code>
4</h1>
5
6<p align="center">A powerful tool for generating native app code from a unified JavaScript interface.</p>
7
8<p align="center">
9  <img src="https://flat.badgen.net/packagephobia/install/@expo/config-plugins">
10
11  <a href="https://www.npmjs.com/package/@expo/config-plugins">
12    <img src="https://flat.badgen.net/npm/dw/@expo/config-plugins" target="_blank" />
13  </a>
14</p>
15
16<!-- Body -->
17
18Most basic functionality can be controlled by using the [static Expo config](https://docs.expo.dev/versions/latest/config/app/), but some features require manipulation of the native project files. To support complex behavior we've created config plugins, and mods (short for modifiers).
19
20For more info, please refer to the official Expo docs: [Config Plugins](https://docs.expo.dev/config-plugins/introduction/).
21
22## Environment Variables
23
24### `EXPO_DEBUG`
25
26Print debug information related to static plugin resolution.
27
28### `EXPO_CONFIG_PLUGIN_VERBOSE_ERRORS`
29
30Show all error info related to static plugin resolution. Requires `EXPO_DEBUG` to be enabled.
31
32### `EXPO_USE_UNVERSIONED_PLUGINS`
33
34Force using the fallback unversioned plugins instead of a local versioned copy from installed packages, this should only be used for testing the CLI.
35