react-native-date-ranges-picker
Version:
This is a fork of react-native-date-ranges a bit more customizable
37 lines (35 loc) • 813 B
JSON
{
"name": "react-native-date-ranges-picker",
"version": "2.5.2",
"description": "This is a fork of react-native-date-ranges a bit more customizable",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"dates",
"date ranges",
"single datepicker",
"range datepicker",
"react-native-dates",
"calendar",
"datepickers",
"rn-dates"
],
"author": "louis",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flavioribeirojr/react-native-date-ranges"
},
"dependencies": {
"react": ">=16.0.0-alpha.12",
"moment": "^2.22.1",
"moment-range": "2.2.0",
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react-native": ">=0.41.2"
}
}