expo-module.config.json
Edit this page
Learn about different configuration options available in expo-module.config.json.
Expo modules are configured in expo-module.config.json. This file currently is capable of configuring autolinking and module registration. The following properties are available:
platforms
— An array of supported platforms. Acceptable values areandroid
,apple
(or use the more granularios
/macos
/tvos
),web
anddevtools
(see Create a dev tools plugin).apple
— Config with options specific to Apple platformsmodules
— Names of Swift native modules classes to put to the generated modules provider file.appDelegateSubscribers
— Names of Swift classes that hook intoExpoAppDelegate
to receive AppDelegate lifecycle events.
android
— Config with options specific to Android platformmodules
— Full names (package + class name) of Kotlin native modules classes to put to the generated package provider file.