Skip to content
This repository was archived by the owner on Jul 27, 2021. It is now read-only.
This repository was archived by the owner on Jul 27, 2021. It is now read-only.

Setting topOffset requires setting keyboardAvoidingViewProps #78

Description

@bmovement

When I set topOffset to account for my navigation header, it seems like I have to also set the keyboardAvoidingViewProps keyboardVerticalOffset, or the ScrollView doesn't get short enough when the keyboard is open, for instance:

<InputScrollView
	topOffset={headerHeight}
	keyboardAvoidingViewProps={{ keyboardVerticalOffset: headerHeight }}
	...

Seems like that should be handled internally?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions