-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
50 lines (50 loc) · 1.13 KB
/
app.json
File metadata and controls
50 lines (50 loc) · 1.13 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
{
"expo": {
"name": "KrishiMitra",
"slug": "KrishiMitra",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/krishimitra_logo.png",
"userInterfaceStyle": "light",
"newArchEnabled": true,
"splash": {
"image": "./assets/krishimitra_logo.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"plugins": [
"@react-native-firebase/app",
"@react-native-firebase/auth"
]
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/krishimitra_logo.png",
"backgroundColor": "#ffffff"
},
"package": "com.tejas05.KrishMitra",
"config": {
"googleMaps": {
"apiKey": "AIzaSyDBjUQfE7i0TG8BNFksnCMyGwsAqLET_-A"
}
},
"permissions": [
"android.permission.CAMERA"
]
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "d611445e-90ae-490f-883c-9e352ab404d0"
}
},
"plugins": [
"expo-barcode-scanner"
],
"owner": "samarths09"
}
}