Description
Describe the bug
The screen component has KeyboardAwareScrollView wrapped around the children and KeyboardToolbar as its sibling.
On that screen I have a modal using gorhom bottom sheet and a TextInput inside it. When the input is focused an the keyboard is opened, the toolbar beneath it gets visible.
Repo for reproducing
For now I don't have a repo
Expected behavior
I know there is a section for KeyboardAwareScrollView and groom sheet, but I thought, obviously wrong, that it only needs to be done if for example I want to have KeyboardStickyView inside modal.
Screenshots
ScreenRecording_03-29-2025.23-46-25_1.MP4
Smartphone (please complete the following information):
happening on ios simulator and ios device (I don't use toolbar on android cause I'm postponing some issue when having it there :))
Additional context
"@gorhom/bottom-sheet": "^5.1.2"
"react-native-keyboard-controller": "^1.15.0"
"react-native": "0.74.5"
"expo": "^51.0.32"