Replies: 1 comment
-
|
Hi @lodev09, sorry for bothering you. Do you have any thoughts on how I can fix this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to use TrueSheet with a full-height multiline TextInput for editing notes, and I'm running into a layout issue on Android that I can't figure out.
Environment
When the keyboard opens inside a TrueSheet with scrollable enabled, the content container does not shrink to account for the keyboard. Children with
flexGrow: 1retain their original height and extend behind the keyboard.I added debug background colors to visualize the issue (see video):
When the keyboard opens, both blue and red areas keep their full size — the red TextInput bottom edge disappears behind the keyboard.
Minimal reproduction:
Steps to reproduce:
Expected behavior
When the keyboard opens, the content container inside TrueSheetContentViewNativeComponent should shrink so that children with
flexGrow: 1adapt to the reduced available space. The footer already repositions above the keyboard correctly, but the main content area does not.Is there a recommended way to handle this?
Am I missing something in the configuration, or is this a limitation on Android?
Screen.Recording.2026-04-16.at.18.20.50.mov
Beta Was this translation helpful? Give feedback.
All reactions