Skip to content

Commit 538ed33

Browse files
piotrgrundasalvaromb
authored andcommitted
Update README.md (#307)
Fix path to `scrollToFocusedInput` in `Programatically scroll to any TextInput` section.
1 parent df981fd commit 538ed33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In order to scroll to any `TextInput` field, you can use the built-in method `sc
6060
```js
6161
_scrollToInput (reactNode: any) {
6262
// Add a 'scroll' ref to your ScrollView
63-
this.scroll.scrollToFocusedInput(reactNode)
63+
this.scroll.props.scrollToFocusedInput(reactNode)
6464
}
6565
```
6666

0 commit comments

Comments
 (0)