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 62fd0d1 commit 92439eeCopy full SHA for 92439ee
README.md
@@ -36,7 +36,7 @@ yarn add react-native-keyboard-aware-scroll-view
36
37
You can use the `KeyboardAwareScrollView`, `KeyboardAwareSectionList` or the `KeyboardAwareFlatList`
38
components. They accept `ScrollView`, `SectionList` and `FlatList` default props respectively and
39
-implement a custom high order componente called `KeyboardAwareHOC` to handle keyboard appearance.
+implement a custom high order component called `KeyboardAwareHOC` to handle keyboard appearance.
40
The high order component is also available if you want to use it in any other component.
41
42
Import `react-native-keyboard-aware-scroll-view` and wrap your content inside
0 commit comments