Skip to content

Commit 57a04a2

Browse files
authored
Update README.md
1 parent 87f9620 commit 57a04a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@ A ScrollView component that handles keyboard appearance and automatically scroll
1919
- Use `v0.0.6` for older RN versions.
2020

2121
## Installation
22-
Installation can be done through ``npm``:
22+
Installation can be done through ``npm`` or `yarn`:
2323

2424
```shell
2525
npm i react-native-keyboard-aware-scroll-view --save
2626
```
2727

28+
```shell
29+
yarn add react-native-keyboard-aware-scroll-view
30+
```
31+
2832
## Usage
2933
You can use the ``KeyboardAwareScrollView`` or the ``KeyboardAwareListView``
3034
components. Both accept ``ScrollView`` and ``ListView`` default props and

0 commit comments

Comments
 (0)