-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
71 lines (71 loc) · 2.03 KB
/
Copy pathapp.json
File metadata and controls
71 lines (71 loc) · 2.03 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"expo": {
"name": "Foodie",
"slug": "foodie-react-native",
"version": "1.0.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"plugins": [
"expo-font",
"expo-apple-authentication",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow Foodie to use your location."
}
],
[
"@react-native-google-signin/google-signin",
{
"iosUrlScheme": "com.googleusercontent.apps.688879209449-6m9ojfpgapdlnolr98a0tbg20oc1il61"
}
],
"expo-web-browser"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"buildNumber": "19.02.2026",
"supportsTablet": false,
"bundleIdentifier": "com.thefoodie.app",
"usesAppleSignIn": true,
"associatedDomains": [
"applinks:thefoodiestaging.app",
"applinks:thefoodie.app"
],
"config": {
"googleMapsApiKey": "AIzaSyAssBjvB_M1GfbT12E-4riIpF5wy8RAGMc"
},
"infoPlist": {
"ITSAppUsesNonExemptEncryption": false,
"NSLocationWhenInUseUsageDescription": "We need your location to show nearby Restaurants and Deals.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "We need your location to show nearby Restaurants and Deals.",
"NSLocationAlwaysUsageDescription": "We need your location to show nearby Restaurants and Deals."
}
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.thefoodie.app",
"permissions": [
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "dc612448-f43d-4870-af12-35590fe2b0ee"
}
}
}
}