1.2.3 • Published 4 years ago

rn-datetime v1.2.3

Weekly downloads
186
License
MIT
Repository
gitlab
Last release
4 years ago

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).

Demos

These demos are recorded in GMT+02:00.

Installation

Add this package to a React Native project with

  • expo install rn-datetime or
  • yarn add rn-datetime or
  • npm install rn-datetime

For usage check example directory.

Roadmap

  • 1.3.0 Add support for theming or styling
1.2.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago