ssap_app/node_modules/expo-dev-launcher/expo-module.config.json

20 lines
512 B
JSON

{
"platforms": ["apple", "android"],
"apple": {
"podspecPath": "expo-dev-launcher.podspec",
"swiftModuleName": "EXDevLauncher",
"appDelegateSubscribers": ["ExpoDevLauncherAppDelegateSubscriber"],
"reactDelegateHandlers": ["ExpoDevLauncherReactDelegateHandler"],
"debugOnly": true
},
"android": {
"gradlePlugins": [
{
"id": "expo-dev-launcher-gradle-plugin",
"group": "expo.modules",
"sourceDir": "expo-dev-launcher-gradle-plugin"
}
]
}
}