We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ee3e7 commit e4ac19aCopy full SHA for e4ac19a
README.md
@@ -70,7 +70,7 @@ _scrollToInput (reactNode: any) {
70
<TextInput onFocus={(event: Event) => {
71
// `bind` the function if you're using ES6 classes
72
this._scrollToInput(ReactNative.findNodeHandle(event.target))
73
- } />
+ }} />
74
</View>
75
</KeyboardAwareScrollView>
76
```
0 commit comments