-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
49 lines (49 loc) · 1.02 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
46
47
48
49
{
"expo": {
"name": "FoodRide",
"slug": "FoodRide",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/new.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/new.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.ebubeidika.FoodRide"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/new.png",
"backgroundColor": "#ffffff"
},
"package": "com.ebubeidika.FoodRide",
"versionCode": 2
},
"web": {
"favicon": "./assets/new.png"
},
"extra": {
"eas": {
"projectId": "6a77333d-cde0-496b-8253-df14d97a6e11"
}
},
"plugins": [
"expo-font",
[
"expo-notifications",
{
"icon": "./assets/new.png",
"color": "#ffffff",
"defaultChannel": "FoodRide"
}
]
]
}
}