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