packages/@expo/config-plugins/README.md
Most basic functionality can be controlled by using the static Expo config, but some features require manipulation of the native project files. To support complex behavior we've created config plugins, and mods (short for modifiers).
For more info, please refer to the official Expo docs: Config Plugins.
EXPO_DEBUGPrint debug information related to static plugin resolution.
EXPO_CONFIG_PLUGIN_VERBOSE_ERRORSShow all error info related to static plugin resolution. Requires EXPO_DEBUG to be enabled.
EXPO_USE_UNVERSIONED_PLUGINSForce using the fallback unversioned plugins instead of a local versioned copy from installed packages, this should only be used for testing the CLI.