├── .gitignore ├── DateRangePicker.js ├── README.md └── screenshots └── shot1.png /.gitignore: -------------------------------------------------------------------------------- 1 | # OSX 2 | # 3 | .DS_Store 4 | -------------------------------------------------------------------------------- /DateRangePicker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazaronixon/react-native-date-range-picker/HEAD/DateRangePicker.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazaronixon/react-native-date-range-picker/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/shot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazaronixon/react-native-date-range-picker/HEAD/screenshots/shot1.png --------------------------------------------------------------------------------