Package Exports
- @expo/config-plugins
- @expo/config-plugins/build/android
- @expo/config-plugins/build/android/Resources
- @expo/config-plugins/build/android/Strings
- @expo/config-plugins/build/ios/Paths
- @expo/config-plugins/build/ios/utils/Xcodeproj
- @expo/config-plugins/build/plugins/android-plugins
- @expo/config-plugins/build/plugins/ios-plugins
- @expo/config-plugins/build/plugins/mod-compiler
- @expo/config-plugins/build/utils/XML
- @expo/config-plugins/build/utils/errors
- @expo/config-plugins/build/utils/generateCode
- @expo/config-plugins/build/utils/plugin-resolver
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@expo/config-plugins) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Expo Config Plugins
The Expo config is a powerful tool for generating native app code from a unified JavaScript interface. Most basic functionality can be controlled by using the 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 docs: Config Plugins.