Replies: 4 comments 8 replies
|
Use |
|
@tanlucvo the padding added by library is added to the input element and not the arbitrary container that wraps the input. You need to rearrange the styles in your case, so that the blue container has no padding at the bottom and the input has some padding bottom provided by you (+ the one added by library when the keyboard is displayed) |
|
I have the same issue. For example, i have an address input but as the user types, they can't see the suggestions below unless they scroll. Screenrecorder-2023-08-11-10-33-25-894.mp4 |
|
Hi @mateusz1913. I came to post about this same issue and found this discussion. I was hoping to tackle this with something like... useSoftInputShown(({ scrollPositionY }) => {
scrollViewRef.current?.scrollTo({
y: scrollPositionY + 20,
animated: true,
});
});I realize Basically what I'm trying to accomplish is
Thanks for any ideas! |



Uh oh!
There was an error while loading. Please reload this page.
Feature request
How to add spacing , In this case I must scroll bottom to show content below
Screen.Recording.2023-08-06.at.17.45.24.mov
All reactions