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.
107 lines
2.4 KiB
107 lines
2.4 KiB
{ |
|
"expo": { |
|
"name": "newBrainnelApp", |
|
"slug": "newBrainnelApp", |
|
"version": "1.0.0", |
|
"orientation": "portrait", |
|
"icon": "./assets/icon.png", |
|
"userInterfaceStyle": "light", |
|
"newArchEnabled": true, |
|
"scheme": "com.brainnel.app", |
|
"owner": "brainnel", |
|
"deepLinking": true, |
|
"splash": { |
|
"image": "./assets/splash-icon.png", |
|
"resizeMode": "contain", |
|
"backgroundColor": "#ffffff" |
|
}, |
|
"ios": { |
|
"supportsTablet": true, |
|
"bundleIdentifier": "com.brainnel.app", |
|
"infoPlist": { |
|
"CFBundleURLTypes": [ |
|
{ |
|
"CFBundleURLSchemes": [ |
|
"com.brainnel.app", |
|
"myapp", |
|
"fb164237502913710" |
|
] |
|
} |
|
] |
|
}, |
|
"config": { |
|
"facebook": { |
|
"scheme": "fb164237502913710", |
|
"appId": "164237502913710", |
|
"displayName": "newBrainnelApp" |
|
} |
|
} |
|
}, |
|
"android": { |
|
"permissions": [ |
|
"android.permission.INTERNET" |
|
], |
|
"usesCleartextTraffic": true, |
|
"adaptiveIcon": { |
|
"foregroundImage": "./assets/adaptive-icon.png", |
|
"backgroundColor": "#ffffff" |
|
}, |
|
"googleServicesFile": "./google-services.json", |
|
"package": "com.brainnel.app", |
|
"config": { |
|
"facebook": { |
|
"scheme": "fb164237502913710", |
|
"appId": "164237502913710", |
|
"displayName": "newBrainnelApp" |
|
} |
|
}, |
|
"intentFilters": [ |
|
{ |
|
"action": "VIEW", |
|
"data": [ |
|
{ |
|
"scheme": "com.brainnel.app" |
|
}, |
|
{ |
|
"scheme": "myapp" |
|
} |
|
], |
|
"category": [ |
|
"BROWSABLE", |
|
"DEFAULT" |
|
] |
|
} |
|
] |
|
}, |
|
"web": { |
|
"favicon": "./assets/favicon.png" |
|
}, |
|
"plugins": [ |
|
"expo-video", |
|
"expo-apple-authentication", |
|
[ |
|
"expo-build-properties", |
|
{ |
|
"android": { |
|
"usesCleartextTraffic": true |
|
} |
|
} |
|
], |
|
"expo-localization", |
|
[ |
|
"react-native-fbsdk-next", |
|
{ |
|
"appID": "995035562798467", |
|
"displayName": "newBrainnelApp", |
|
"scheme": "fb995035562798467", |
|
"clientToken": "2005c337398b1c286e2a189e4e4417ac" |
|
} |
|
] |
|
], |
|
"extra": { |
|
"eas": { |
|
"projectId": "adaf35b9-21ba-4fa8-8492-b8119e325d5f" |
|
} |
|
} |
|
} |
|
} |