You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

79 lines
1.7 KiB

{
"expo": {
"name": "newBrainnelApp",
"slug": "newBrainnelApp",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"scheme": "myapp",
"owner":"brainnel",
"deepLinking": true,
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.brainnel.app",
"infoPlist": {
"CFBundleURLTypes": [
{
"CFBundleURLSchemes": [
"myapp"
]
}
]
}
},
"android": {
"permissions": [
"android.permission.INTERNET"
],
"usesCleartextTraffic": true,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"googleServicesFile": "./google-services.json",
"package": "com.brainnel.app",
"intentFilters": [
{
"action": "VIEW",
"data": [
{
"scheme": "myapp"
}
],
"category": [
"BROWSABLE",
"DEFAULT"
]
}
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-video",
"expo-apple-authentication",
[
"expo-build-properties",
{
"android": {
"usesCleartextTraffic": true
}
}
],
"expo-localization"
],
"extra": {
"eas": {
"projectId": "adaf35b9-21ba-4fa8-8492-b8119e325d5f"
}
}
}
}