-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathapp.json
42 lines (42 loc) · 1014 Bytes
/
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
{
"expo": {
"name": "Pearl UI - Showcase",
"slug": "pearl-ui",
"jsEngine": "hermes",
"version": "1.0.0",
"privacy": "public",
"description": "This is the Pearl UI Showcase app, demonstrating the capabilities and features of the Pearl UI library.",
"orientation": "portrait",
"splash": {
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/8b782319-5359-4cf2-be2b-193928cd523f"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pearlui.pearlui"
},
"android": {
"adaptiveIcon": {
"backgroundColor": "#FFFFFF"
},
"package": "com.pearlui.pearlui"
},
"web": {},
"extra": {
"eas": {
"projectId": "8b782319-5359-4cf2-be2b-193928cd523f"
}
},
"owner": "pearl-ui",
"runtimeVersion": {
"policy": "appVersion"
}
}
}