-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.json
More file actions
executable file
·23 lines (23 loc) · 683 Bytes
/
Copy pathapp.json
File metadata and controls
executable file
·23 lines (23 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"expo": {
"name": "rn-verifcode",
"description": "React-Native component to input confirmation code for both Android and IOS",
"slug": "rn-verifcode",
"privacy": "public",
"sdkVersion": "32.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "https://d1wp6m56sqw74a.cloudfront.net/~assets/c9aa1be8a6a6fe81e20c3ac4106a2ebc",
"loading": {
"icon": "https://d1wp6m56sqw74a.cloudfront.net/~assets/c9aa1be8a6a6fe81e20c3ac4106a2ebc",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": ["ttf", "mp4", "otf", "xml"]
},
"ios": {
"supportsTablet": true
}
}
}