-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 872 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 872 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
{
"expo": {
"name": "ITDA_Project",
"android": {
"package": "com.ITDA.encore"
},
"ios": {
"bundleIdentifier": "com.ITDA.encore",
"infoPlist": {
"NSAppTransportSecurity": {
"NSAllowsArbitraryLoads": true
}
}
},
"plugins": [
[
"expo-font",
{
"fonts": [
"./assets/fonts/Pretendard-Black.otf",
"./assets/fonts/Pretendard-Bold.otf",
"./assets/fonts/Pretendard-ExtraBold.otf",
"./assets/fonts/Pretendard-ExtraLight.otf",
"./assets/fonts/Pretendard-Light.otf",
"./assets/fonts/Pretendard-Medium.otf",
"./assets/fonts/Pretendard-Regular.otf",
"./assets/fonts/Pretendard-SemiBold.otf",
"./assets/fonts/Pretendard-Thin.otf"
]
}
]
]
}
}