@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