We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e30908 commit 4fb14a2Copy full SHA for 4fb14a2
README.md
@@ -1,8 +1,11 @@
1
# react-native-keyboard-aware-scroll-view
2
A ScrollView component that handles keyboard appearance.
3
4
+## Supported versions
5
+Use `react-native>=0.25.0` for `v0.0.7` and `v0.0.6` for older RN versions.
6
+
7
## Installation
-You need `react-native>=0.12.0` to use this library. Installation can be done through ``npm``:
8
+Installation can be done through ``npm``:
9
10
```shell
11
npm i react-native-keyboard-aware-scroll-view --save
0 commit comments