forked from yfuks/react-native-action-sheet
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 687 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 687 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
{
"name": "react-native-action-sheet",
"description": "React native action sheet with native android",
"version": "0.0.4",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yfuks/react-native-action-sheet.git"
},
"nativePackage": true,
"author": "Yoann Fuks (yfuks)",
"contributors": [],
"keywords": [
"react-native",
"react-native-action-sheet",
"react",
"native",
"action",
"sheet"
],
"bugs": {
"url": "https://github.com/yfuks/react-native-action-sheet/issues"
},
"scripts": {
"prepublish": "rm -rf android/build Example/android/build Example/android/app/build"
}
}