File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ yarn add react-native-keyboard-aware-scroll-view
3131```
3232
3333## Usage
34- You can use the ` KeyboardAwareScrollView ` , the ` KeyboardAwareListView ` , ` KeyboardAwareSectionView ` or the ` KeyboardAwareFlatList `
35- components. They accept ` ScrollView ` , ` ListView ` , ` SectionView ` and ` FlatList ` default props respectively and
34+ You can use the ` KeyboardAwareScrollView ` , the ` KeyboardAwareListView ` , ` KeyboardAwareSectionList ` or the ` KeyboardAwareFlatList `
35+ components. They accept ` ScrollView ` , ` ListView ` , ` SectionList ` and ` FlatList ` default props respectively and
3636implement a custom high order componente called ` KeyboardAwareHOC ` to handle keyboard appearance.
3737The high order component is also available if you want to use it in any other component.
3838
You can’t perform that action at this time.
0 commit comments