Skip to content

Commit e4ac19a

Browse files
authored
Update README.md
1 parent 27ee3e7 commit e4ac19a

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
@@ -70,7 +70,7 @@ _scrollToInput (reactNode: any) {
7070
<TextInput onFocus={(event: Event) => {
7171
// `bind` the function if you're using ES6 classes
7272
this._scrollToInput(ReactNative.findNodeHandle(event.target))
73-
} />
73+
}} />
7474
</View>
7575
</KeyboardAwareScrollView>
7676
```

0 commit comments

Comments
 (0)