farhoudshapouran / react-native-ui-datepicker

Customizable React Native 📅 DatePicker component for Android, iOS, and Web. It includes single, range and multiple modes and supports different locales.
https://farhoudshapouran.github.io/react-native-ui-datepicker/
MIT License
376 stars 39 forks source link

Bug: TimePicker not scrollable on Android #105

Open XavegX367 opened 1 month ago

XavegX367 commented 1 month ago

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 :)

FezVrasta commented 1 month ago

Same on web/ios, can't scroll

NazoSnare commented 5 days ago

what was the solution??