-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
53 lines (53 loc) · 1.23 KB
/
Copy pathapp.json
File metadata and controls
53 lines (53 loc) · 1.23 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
{
"expo": {
"name": "Closed AI",
"slug": "onyxai",
"version": "1.0.1",
"icon": "./assets/icon.png",
"orientation": "portrait",
"scheme": "closedai",
"userInterfaceStyle": "dark",
"android": {
"package": "com.anxbt.closedai",
"softwareKeyboardLayoutMode": "resize",
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#141218"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"ios": {
"supportsTablet": false
},
"runtimeVersion": "1.0.1",
"web": {
"bundler": "metro",
"favicon": "./assets/favicon.png"
},
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#141218"
},
"plugins": [
"expo-router",
"expo-font",
"expo-web-browser",
"@react-native-google-signin/google-signin"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"router": {},
"eas": {
"projectId": "bcd5c811-7275-47ae-a8f4-6c40184abac0"
}
},
"owner": "anxbrt",
"updates": {
"url": "https://u.expo.dev/bcd5c811-7275-47ae-a8f4-6c40184abac0"
}
}
}