troberts-28 / react-native-timer-picker

A simple, flexible, performant duration picker for React Native apps (Expo & Bare Workflow). Great for timers, alarms and duration inputs. Includes iOS-style haptic and audio feedback.
https://www.npmjs.com/package/react-native-timer-picker
MIT License
143 stars 19 forks source link

Can not scroll the time #12

Closed harisnaufal closed 1 year ago

harisnaufal commented 1 year ago

Hi, ive been using your libs but i cant scroll it up or down both for ios and android. Would you mind to looking for it? Thanks in advance.

troberts-28 commented 1 year ago

Hey! Would you mind sharing your code?

troberts-28 commented 1 year ago

Hi @harisnaufal!

I recently made a change that addressed occasional unresponsiveness caused by the labels absorbing scroll events.

Are you still having problems?

If you are, I'd be keen to take a look at your code to resolve what's going wrong.