@sabroso/react-native-date-range-picker
Version:
## Reference This component is a clone of react-native-date-range but adding some new props like: `textStartDate`,`textEndDate` and `alertMessageText`.
32 lines (30 loc) • 619 B
JSON
{
"name": "@sabroso/react-native-date-range-picker",
"version": "1.0.1",
"description": "",
"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"
],
"license": "MIT",
"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"
}
}