forked from DanielFatec1911/ASAC
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapp.json
More file actions
56 lines (49 loc) · 1.56 KB
/
app.json
File metadata and controls
56 lines (49 loc) · 1.56 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
54
55
56
{
"expo": {
"name": "asac",
"slug": "asacapp",
"owner": "danielfatec",
"version": "1.0.0",
"jsEngine": "hermes",
"orientation": "portrait",
"icon": "./src/assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./src/assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./src/assets/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.joao_carpim.asacbrilleapp",
"versionCode": 1
},
"web": {
"favicon": "./src/assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "5a1a3ca3-1910-485f-a2f9-6319e34db447"
},
"aws": {
"aws_project_region": "us-east-1",
"aws_appsync_graphqlEndpoint": "https://izr4ayivprhodgqzf3gm6ijwh4.appsync-api.us-east-1.amazonaws.com/graphql",
"aws_appsync_region": "us-east-1",
"aws_appsync_authenticationType": "AMAZON_COGNITO_USER_POOLS",
"aws_appsync_apiKey": "da2-bd27jwfofvf5ldshzssk7wufsm",
"aws_cognito_identity_pool_id": "us-east-1:68b91f88-44a7-4083-9cce-d3c0ce795dd2",
"aws_cognito_region": "us-east-1",
"aws_user_pools_id": "us-east-1_00uu9Yg4p",
"aws_user_pools_web_client_id": "3imrsqbj2nral6o47uerq3u5qp",
"aws_user_files_s3_bucket": "asacf2d64dd682824f0a9d23969cf8cd6bf211020-dev",
"aws_user_files_s3_bucket_region": "us-east-1"
}
}
}
}