rn-wheel-picker-android
Version:
Simple Wheel Picker for Android to use with react-native
37 lines (36 loc) • 896 B
JSON
{
"name": "rn-wheel-picker-android",
"version": "3.0.0",
"description": "Simple Wheel Picker for Android to use with react-native",
"main": "index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/hafizhizers/ReactNativeWheelPicker.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"picker",
"wheel-picker",
"date-picker",
"date-wheel-picker"
],
"author": "Hafiz Hizers",
"license": "MIT",
"bugs": {
"url": "https://github.com/hafizhizers/ReactNativeWheelPicker/issues"
},
"homepage": "https://github.com/hafizhizers/ReactNativeWheelPicker",
"dependencies": {
"@react-native-community/picker": "^1.8.0",
"moment": "^2.24.0"
},
"types": "./index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}