@gungkrisna/react-native-ios-time-picker
v0.1.1
Published
An iOS-style picker component without native implementation, inspired by Swift's UIDatePicker's countDownTimer mode.
Downloads
6
Maintainers
Readme
@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.
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