Skip to content

Commit 9a8cd7a

Browse files
christoph-jerolimovalvaromb
authored andcommitted
Fix documentation: Replace SectionView with SectionList (#257)
1 parent 452eaa0 commit 9a8cd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3636
implement a custom high order componente called `KeyboardAwareHOC` to handle keyboard appearance.
3737
The high order component is also available if you want to use it in any other component.
3838

0 commit comments

Comments
 (0)