Skip to content

Commit 4fb14a2

Browse files
author
alvaromb
committed
Specified supported RN versions
1 parent 6e30908 commit 4fb14a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# react-native-keyboard-aware-scroll-view
22
A ScrollView component that handles keyboard appearance.
33

4+
## Supported versions
5+
Use `react-native>=0.25.0` for `v0.0.7` and `v0.0.6` for older RN versions.
6+
47
## Installation
5-
You need `react-native>=0.12.0` to use this library. Installation can be done through ``npm``:
8+
Installation can be done through ``npm``:
69

710
```shell
811
npm i react-native-keyboard-aware-scroll-view --save

0 commit comments

Comments
 (0)