mobile_local_restore/app.json

67 lines
1.9 KiB
JSON

{
"name": "TedQu",
"displayName": "TedQu",
"expo": {
"name": "TedQu",
"slug": "TedQu",
"version": "1.0.0",
"assetBundlePatterns": [
"**/*"
],
"icon": "./assets/TedQu-logo.png",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"userInterfaceStyle": "automatic",
"ios": {
"userInterfaceStyle": "automatic",
"supportsTablet": true,
"bundleIdentifier": "com.tedqu",
"buildNumber": "1",
"infoPlist": {},
"config": {
"googleSignIn": {
"reservedClientId": "com.googleusercontent.apps.471149260378-fuhroembdcb02953uoc2spuua282lnqo"
}
},
"googleServicesFile": "./ios/TedQu/GoogleService-Info.plist",
"entitlements": {
"com.apple.developer.networking.wifi-info": "true"
}
},
"android": {
"userInterfaceStyle": "automatic",
"package": "com.tedqu",
"versionCode": 1,
"googleServicesFile": "./android/app/google-services.json",
"config": {
"googleMaps": {
"apiKey": "AIzaSyA3yhFDKARfSmU95yaMMQ3SbsW1kOX_gsA"
}
}
},
"web": {
"config": {
"firebase": {
"appId": "1:471149260378:web:845b7d9fcd34e8d231f263",
"apiKey": "AIzaSyDQeueg89r_nM6Jj828323jioF9dw7M3Pg",
"measurementId": "G-0LSMY5C97W",
"projectId": "expobare-a5553",
"messagingSenderId": "471149260378"
}
}
},
"extra": {
"APP_NAME": "Expo React Native",
"ENVMODE": "Development",
"BASE_URL": "https://dev.wizdomwaves.in",
"AUTH_BASE_URL": "https://dev-auth.wizdomwaves.in/auth",
"APP_BASE_URL": "https://dev-api.wizdomwaves.in/api",
"LICENSE_BASE_URL": "http://213.210.36.103",
"APP_VERSION": "2.0",
"APP_DATE" : "27-03-2023"
}
}
}