Platform agnostic date & time pickers for React Native. This project has been tested with Expo on iOS and Android. Support for React Native Web is currently minimal.
These are simple implementations written in Typescript that mimic Google Calendar's date & time pickers.
This project also includes NaiveDate & NaiveTime types which do not include timezone and can be converted into ES Date type (inheriting local timezone).
These demos are recorded in GMT+02:00.
Add this package to a React Native project with
expo install rn-datetime
oryarn add rn-datetime
ornpm install rn-datetime
For usage check example
directory.