-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexpo.json
More file actions
37 lines (37 loc) · 861 Bytes
/
Copy pathexpo.json
File metadata and controls
37 lines (37 loc) · 861 Bytes
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
{
"expo": {
"name": "Zyra - Global Payments",
"slug": "zyra-payments",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "zyra",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.zyra.payments"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#8B5CF6"
},
"package": "com.zyra.payments"
},
"web": {
"bundler": "metro",
"output": "single",
"favicon": "./assets/images/favicon.png"
},
"plugins": ["expo-router", "expo-font", "expo-web-browser"],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {
"origin": false
}
}
}
}