rn-datetime
v1.5.2
Published
Platform agnostic date & time pickers for React Native
Downloads
35
Maintainers
Readme
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).
A demo is exported as a web app and can be viewed at rasmusmerzin.github.io/rn-datetime.
Screencasts
Screenshots
Date Picker

Time Picker

Installation
Add this package to a React Native project with
expo install rn-datetimeoryarn add rn-datetimeornpm install rn-datetime
For usage check example directory.
