react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

Bug: TimePicker not scrollable on Android

Open XavegX367 opened this issue 1 year ago • 2 comments

When opening the timepicker within the DateTimePicker you are not able to change the time since it is not swipeable. The picker is placed within a bottomsheet of the gorhom bottomsheet package. The problem might be because of the scrollview being imported from react-native itself and not react-native-gesture-handler. This has fixed multiple scrollviews on Android for me. On iOS it is working fine.

Thanks :)

XavegX367 avatar Aug 12 '24 08:08 XavegX367