Closed khadija-nordstone closed 4 months ago
Hey @khadija-nordstone,
Can you share more info to help me track down this issue? It would be great to have:
Thanks for the extra info @khadija-nordstone, I'll look into this
Hey @khadija-nordstone,
I'm not having any issues when I run your code with that React Native version on Android. Are you by any chance nesting the component inside a vertical scrollview?
If you are, please upgrade to the latest version of the library (v1.9.0
) as I've just made the picker scrollable when nested.
Hey @khadija-nordstone, any update on this?
Hey @khadija-nordstone, there hasn't been any activity on this issue for a while. If there are no further updates or discussions in the next 2 weeks, I'll close this issue to keep the repository tidy. Please let me know if this is still relevant or if there are any updates. Thanks!
Closing this because of lack of activity 😴
<TimerPicker onDurationChange={setDuration} initialHours={0} initialMinutes={0} initialSeconds={0} disableInfiniteScroll={true} hideSeconds={true} hourLabel="hr" minuteLabel="min" LinearGradient={LinearGradient} styles={pickerStyles} />
Picker styles:
const pickerStyles = { theme: 'light', backgroundColor: '#ffffff', pickerItem: { fontSize: 18, }, pickerLabel: { fontSize: 18, }, pickerContainer: { justifyContent: 'center', columnGap: 16, }, pickerLabelContainer: { right: -16, }, }
I have added all the necessary imports. I'm using bare react native (0.73.6).
The time picker is not scrollable on Android but works fine on iOS.