You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assume I have this structure of my page and the invite component is inside of the [InviteForm]
[Header]
[Navigation]
[Invite Form]
When I tap the input the keyboard is showing up and the input is scrolling up.
But because it's inside of a ScrollView I can't see it because it's scrolling behind the content that I have above
So I end up seeing just that
[Header]
[Navigation]
And the input is not visible anymore.
The text was updated successfully, but these errors were encountered:
I have a component
Invite
inside ofScrollView
Assume I have this structure of my page and the invite component is inside of the [InviteForm]
[Header]
[Navigation]
[Invite Form]
When I tap the input the keyboard is showing up and the input is scrolling up.
But because it's inside of a ScrollView I can't see it because it's scrolling behind the content that I have above
So I end up seeing just that
[Header]
[Navigation]
And the input is not visible anymore.
The text was updated successfully, but these errors were encountered: