Describe the bug
The direction of my optionList is pointing downwards when the keyboard is open and the keyboard overlaps the optionList. If you use: onSelectOpened={() => {Keyboard.dismiss()}}
Then the optionList position will remain at the select opening location and will not be recalculated taking into account the removed keyboard (last screenshot)
I use gorhom/bottom-sheet and BottomSheetTextInput component for my TextInput
Screenshots

Environment (please complete the following information):
- OS: iOS
- OS Version: iOS 17
- React Native Version: 0.74.2
- Device on which issue is presented: IPhone 15
Additional context
Add any other context about the problem here.
Describe the bug
The direction of my optionList is pointing downwards when the keyboard is open and the keyboard overlaps the optionList. If you use:
onSelectOpened={() => {Keyboard.dismiss()}}Then the optionList position will remain at the select opening location and will not be recalculated taking into account the removed keyboard (last screenshot)
I use gorhom/bottom-sheet and BottomSheetTextInput component for my TextInput
Screenshots

Environment (please complete the following information):
Additional context
Add any other context about the problem here.