1082815dcSEvan Bacon<!-- Title --> 2082815dcSEvan Bacon<h1 align="center"> 3082815dcSEvan Bacon Welcome to <br><code>@expo/config-plugins</code> 4082815dcSEvan Bacon</h1> 5082815dcSEvan Bacon 6082815dcSEvan Bacon<p align="center">A powerful tool for generating native app code from a unified JavaScript interface.</p> 7082815dcSEvan Bacon 8082815dcSEvan Bacon<p align="center"> 9082815dcSEvan Bacon <img src="https://flat.badgen.net/packagephobia/install/@expo/config-plugins"> 10082815dcSEvan Bacon 11082815dcSEvan Bacon <a href="https://www.npmjs.com/package/@expo/config-plugins"> 12082815dcSEvan Bacon <img src="https://flat.badgen.net/npm/dw/@expo/config-plugins" target="_blank" /> 13082815dcSEvan Bacon </a> 14082815dcSEvan Bacon</p> 15082815dcSEvan Bacon 16082815dcSEvan Bacon<!-- Body --> 17082815dcSEvan Bacon 18eea2febfSBartosz KaszubowskiMost 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). 19082815dcSEvan Bacon 20*c6eded6dSBartosz BorutaFor more info, please refer to the official Expo docs: [Config Plugins](https://docs.expo.dev/config-plugins/introduction/). 21082815dcSEvan Bacon 22082815dcSEvan Bacon## Environment Variables 23082815dcSEvan Bacon 24082815dcSEvan Bacon### `EXPO_DEBUG` 25082815dcSEvan Bacon 26082815dcSEvan BaconPrint debug information related to static plugin resolution. 27082815dcSEvan Bacon 28082815dcSEvan Bacon### `EXPO_CONFIG_PLUGIN_VERBOSE_ERRORS` 29082815dcSEvan Bacon 30082815dcSEvan BaconShow all error info related to static plugin resolution. Requires `EXPO_DEBUG` to be enabled. 31082815dcSEvan Bacon 32082815dcSEvan Bacon### `EXPO_USE_UNVERSIONED_PLUGINS` 33082815dcSEvan Bacon 34082815dcSEvan BaconForce using the fallback unversioned plugins instead of a local versioned copy from installed packages, this should only be used for testing the CLI. 35