Skip to content

Commit 6e78a02

Browse files
KarlosQalvaromb
authored andcommitted
Fix scrollToFocusedInput call in the example (APSL#189)
1 parent 96a0f3a commit 6e78a02

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.props.scrollToFocusedInput(reactNode)
63+
this.scroll.scrollToFocusedInput(reactNode)
6464
}
6565
```
6666

0 commit comments

Comments
 (0)