I have been trying to implement a date range picker - the kind that you would use when trying to book a hotel or a flight. The current date picker used by expo forces multiple clicks that disturb the user flow. I have a found a bunch of external libraries like -
- react-daterange-picker
- https://github.com/airbnb/react-dates
Do any of these work with Expo? If not, is there any other library that allows it?
I am still in a managed app and dont really want to eject unless absolutely necessary.