native picker
Showing
android/build.gradle
0 → 100644
android/proguard-rules.pro
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File added
This diff is collapsed.
{ | { | ||
"name": "react-native-picker", | "name": "react-native-picker", | ||
"version": "3.0.5", | "version": "4.0.0", | ||
"description": "react-native-picker", | "description": "", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git+https://github.com/beefe/react-native-picker.git" | "url": "git@github.com:beefe/react-native-picker.git" | ||
}, | }, | ||
"keywords": [ | "author": "zooble", | ||
"react-native", | "license": "MIT" | ||
"picker" | |||
], | |||
"author": { | |||
"name": "zooble", | |||
"email": "wenliang.web@gmail.com" | |||
}, | |||
"dependencies": { | |||
"react-native-picker-android": "~1.0.3" | |||
}, | |||
"engines": { | |||
"node": ">=4" | |||
}, | |||
"license": "ISC", | |||
"bugs": { | |||
"url": "https://github.com/beefe/react-native-picker/issues" | |||
}, | |||
"homepage": "https://github.com/beefe/react-native-picker#readme" | |||
} | } |
Please register or sign in to comment