Expo "date range" picker

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 -

  1. react-daterange-picker
  2. GitHub - react-dates/react-dates: An easily internationalizable, mobile-friendly datepicker library for the web

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.

1 Like