0.1.1 • Published 2 years ago

@gungkrisna/react-native-ios-time-picker v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@gungkrisna/react-native-ios-time-picker

An iOS-style picker component inspired by Swift UIDatePicker's countDownTimer mode without the native side. Working cross-platform and compatible with Expo. It's a fork of react-native-wheel-picker.

Preview

Installation

yarn add @gungkrisna/react-native-ios-time-picker

Usage

If you want to see more examples and experiment, run the examples locally.

cd react-native-ios-time-picker
yarn install
cd example && yarn install && yarn start