Add support text input with keyboard aware #184
Replies: 2 comments
-
If you put a TextInput in the FooterComponent and have the size set to 'auto' it works as expected - in some cases. I have a special case that's showing different behaviour between iOS and Android I'd like to solve though. With a scrollView with fixed height with content justified to flex-end it doesn't work properly on iOS. I feel like I can find some hacky way to get around this though: truesheet_android_vs_ios.mov |
Beta Was this translation helpful? Give feedback.
-
to add to above - if you unfortunately have to use a fixed height like me, on android u can use https://sheet.lodev09.com/reference/props#keyboardmode as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a TextInput inside a bottom sheet. When it’s focused, the keyboard covers the sheet and the input doesn't move above the keyboard—unlike how it works with KeyboardAwareScrollView
Beta Was this translation helpful? Give feedback.
All reactions