-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathapp.json
28 lines (28 loc) · 801 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
{
"expo": {
"name": "react-native-swipe-card-interaction",
"description": "Learning by doing 4 - Inf create-react-native-app",
"slug": "react-native-swipe-card-interaction",
"privacy": "public",
"sdkVersion": "15.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"loading": {
"icon": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": [
"ttf",
"mp4"
]
},
"ios": {
"supportsTablet": true
}
},
"name": "reactnativeswipecardsinteraction",
"displayName": "react-native-swipe-card-interaction"
}