20 lines
512 B
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"
|
|
}
|
|
]
|
|
}
|
|
}
|