1--- 2title: expo-module.config.json 3--- 4 5Expo modules are configured in **expo-module.config.json**. This file currently is capable of configuring autolinking and module registration. The following properties are available: 6 7- `platforms` — An array of supported platforms. 8- `ios` — Config with options specific to iOS platform 9 - `modules` — Names of Swift native modules classes to put to the generated modules provider file. 10 - `appDelegateSubscribers` — Names of Swift classes that hooks into `ExpoAppDelegate` to receive AppDelegate life-cycle events. 11- `android` — Config with options specific to Android platform 12 - `modules` — Full names (package + class name) of Kotlin native modules classes to put to the generated package provider file. 13