We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06098e commit 7487576Copy full SHA for 7487576
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "react-native-numberpicker-dialog",
3
+ "version": "0.0.1",
4
+ "description": "Show a dialog on Android, allowing to choose an option using NumberPicker",
5
+ "main": "index.android.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/bamlab/react-native-numberpicker-dialog.git"
12
13
+ "author": "Florian Rival <florianr@bamlab.fr> (http://bamlab.fr)",
14
+ "license": "MIT",
15
+ "bugs": {
16
+ "url": "https://github.com/bamlab/react-native-numberpicker-dialog/issues"
17
18
+ "homepage": "https://github.com/bamlab/react-native-numberpicker-dialog#readme"
19
+}
0 commit comments