UNPKG

@cloudgakkai/react-native-date-ranges

Version:

[![npm version](https://img.shields.io/npm/v/react-native-date-ranges.svg?style=flat-square)](https://www.npmjs.com/package/react-native-date-ranges) [![npm downloads](https://img.shields.io/npm/dm/react-native-date-ranges.svg?style=flat-square)](https://

36 lines (35 loc) 726 B
{ "name": "@cloudgakkai/react-native-date-ranges", "version": "2.5.1", "description": "", "main": "index.js", "scripts": { "test": "echo \"No test specified\"" }, "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/pohsiu/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" } }