A modal based datepicker for React Native with support for single dates, multiple dates and date ranges (start date – end date).
Features:
- Supports single dates, multiple dates (including non consecutive days) and date ranges.
- Uses the official
<Modal>
component from React Native. - Uses
<ListView>
to achieve great performance.
Installation:
# Yarn
$ yarn add react-native-modal-datepicker# NPM
$ npm install react-native-modal-datepicker
Preview:
Download Details:
Author: gudog
Live Demo: View The Demo
Download Link: Download The Source Code
Official Website: https://github.com/gudog/react-native-modal-datepicker
License: MIT