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
{{ message }}
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
When I set topOffset to account for my navigation header, it seems like I have to also set the keyboardAvoidingViewPropskeyboardVerticalOffset, or the ScrollView doesn't get short enough when the keyboard is open, for instance:
When I set
topOffset
to account for my navigation header, it seems like I have to also set thekeyboardAvoidingViewProps
keyboardVerticalOffset
, or the ScrollView doesn't get short enough when the keyboard is open, for instance:Seems like that should be handled internally?
The text was updated successfully, but these errors were encountered: