lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
394 stars 12 forks source link

FooterComponent is hidden by keyboard #55

Closed PopJoestar closed 2 months ago

PopJoestar commented 2 months ago

Hello ! On Android, the FooterComponent is hidden by the keyboard when using a TextInput inside Truesheet (even when keyboardMode is pan or resize). Does someone has a solution for this?

Screenshot 2024-07-02 at 19 21 36

Here is a reproducible example: https://github.com/PopJoestar/trusheetExample

lodev09 commented 2 months ago

FooterComponent is flunky at this time. If you're not dealing with scrollable sheet, you can just append it at the content (do NOT float).

lodev09 commented 2 months ago

Also, make sure the keyboardMode is resize

lodev09 commented 2 months ago
Screenshot 2024-07-04 at 06 01 34