-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (45 loc) · 1.11 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"expo": {
"name": "Swipe & Dine",
"icon": "./assets/images/icon.png",
"version": "1.0.0",
"splash": {
"image": "./assets/images/Splash.png"
},
"extra": {
"eas": {
"projectId": "532fcb21-d30b-44e1-ac28-683b56112119"
}
},
"ios": {
"bundleIdentifier": "com.michaelheinzman.swipeanddine",
"googleServicesFile": "./GoogleService-Info.plist",
"supportsTablet": true,
"buildNumber": "2"
},
"android": {
"package": "com.michaelheinzman.swipeanddine",
"googleServicesFile": "./google-services.json"
},
"plugins": [
"@react-native-firebase/app",
"@react-native-firebase/auth",
[
"expo-build-properties",
{
"ios": {
"useFrameworks": "static"
}
}
]
],
"runtimeVersion": "1.0.0",
"updates": {
"url": "https://u.expo.dev/532fcb21-d30b-44e1-ac28-683b56112119"
}
},
"react-native-google-mobile-ads": {
"android_app_id": "ca-app-pub-6650165506489456~2520889695",
"ios_app_id": "ca-app-pub-6650165506489456~2076967333"
}
}