You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: