A reference implementation of the time picker with a minute interval feature for react native
timepicker-with-interval-ref-impl is a reference implementation of the modal time picker which has minuteInterval
feature.
Especially focusing on Android app developed with React Native, Expo.
This implementation only use JavaScript source.
install node, yarn
Expo client
https://expo.io/tools#client
git clone git@github.com:shiba-hiro/timepicker-with-interval-ref-impl.git
cd timepicker-with-interval-ref-impl
yarn install
yarn start
It launches the component embedded with storybook.
You can check the features by editing ADDONS
tab.