Skip to content

Conversation

@piotrgrundas
Copy link
Contributor

@piotrgrundas piotrgrundas commented Sep 7, 2018

Fix path to scrollToFocusedInput in Programatically scroll to any TextInput section.

_scrollToInput (reactNode: any) {
  // Add a 'scroll' ref to your ScrollView
  this.scroll.scrollToFocusedInput(reactNode)
}

this.scroll.scrollToFocusedInput(reactNode)
should be
this.scroll.props.scrollToFocusedInput(reactNode)

Fix path to `scrollToFocusedInput` in `Programatically scroll to any TextInput` section.
@piotrgrundas piotrgrundas changed the title Update README.md Update README.md wrong path for scrollToFocusedInput in Programatically scroll to any TextInput Sep 7, 2018
@alvaromb alvaromb merged commit 538ed33 into APSL:master Oct 11, 2018
@alvaromb
Copy link
Collaborator

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants