forked from ggomaeng/react-native-tetris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexp.json
23 lines (23 loc) · 779 Bytes
/
exp.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-native-tetris",
"description": "A pure javascript game written on react-native framework. Brings the childhood memories back! https://github.com/ggomaeng/react-native-tetris",
"slug": "react-native-tetris",
"sdkVersion": "11.0.0",
"version": "1.0.0",
"orientation": "portrait",
"primaryColor": "#cccccc",
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"notification": {
"iconUrl": "https://s3.amazonaws.com/exp-us-standard/placeholder-push-icon-blue-circle.png",
"color": "#000000"
},
"loading": {
"iconUrl": "https://s3.amazonaws.com/exp-brand-assets/ExponentEmptyManifest_192.png",
"hideExponentText": false
},
"packagerOpts": {
"assetExts": [
"ttf", "mp3"
]
}
}