react-native-spinner-datepicker
Version:
- A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect.
36 lines (35 loc) • 1.05 kB
JSON
{
"name": "react-native-spinner-datepicker",
"version": "1.0.4",
"description": "- A react native custom component of dynamic spinner Datepicker, with initial date and animated scroll to it's position. the spinner is implemented as 3 animated wheels effect.",
"main": "spinner-datepicker/spinner-date-picker.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Shelly Ambar",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ShellyAmbar/react-native-spinner-datepicker.git"
},
"keywords": [
"spinner",
"datepicker",
"picker",
"date-picker",
"wheel-picker",
"wheel",
"date",
"wheel-datepicker",
"spinner-datepicker",
"spinner-date-picker"
],
"peerDependencies": {
"react": "18.2.0~",
"react-native": "0.72.7~"
},
"bugs": {
"url": "https://github.com/ShellyAmbar/react-native-spinner-datepicker/issues"
},
"homepage": "https://github.com/ShellyAmbar/react-native-spinner-datepicker#readme"
}