I'm using the library - https://github.com/osdnk/react-native-reanimated-bottom-sheet
I'm using a TextInput
on this bottom sheet. And now when the Text Input is focused or typed in, the bottom sheet should remain at the same position. It works fine for iOS, shown in the below screenshot.
And when I focus the Text Input on Android, the bottom sheet moves up along with the keyboard, shown in below 2 screenshots.
(Bottom Sheet in Android not focused)
(Bottom Sheet in Android focused)
I've also tried wrapping my bottom sheet inside KeyboardAvoidingView
and its props accordingly but it didn't work.