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 87f9620 commit 57a04a2Copy full SHA for 57a04a2
README.md
@@ -19,12 +19,16 @@ A ScrollView component that handles keyboard appearance and automatically scroll
19
- Use `v0.0.6` for older RN versions.
20
21
## Installation
22
-Installation can be done through ``npm``:
+Installation can be done through ``npm`` or `yarn`:
23
24
```shell
25
npm i react-native-keyboard-aware-scroll-view --save
26
```
27
28
+```shell
29
+yarn add react-native-keyboard-aware-scroll-view
30
+```
31
+
32
## Usage
33
You can use the ``KeyboardAwareScrollView`` or the ``KeyboardAwareListView``
34
components. Both accept ``ScrollView`` and ``ListView`` default props and
0 commit comments