react-native-ui-datepicker
react-native-ui-datepicker copied to clipboard
Bug: TimePicker not scrollable on Android
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 :)