File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ A ScrollView component that handles keyboard appearance and automatically scroll
9
9
</p >
10
10
11
11
## Supported versions
12
- ` v0.1.2 ` requires ` RN>=0.27.2 `
13
- ` v0.0.7 ` requires ` react-native>=0.25.0 `
14
- use ` v0.0.6 ` for older RN versions.
12
+ - ` v0.2.0 ` requires ` RN>=0.32.0 ` .
13
+ - ` v0.1.2 ` requires ` RN>=0.27.2 ` but you should use ` 0.2.0 ` in order to make it work with multiple scroll views.
14
+ - ` v0.0.7 ` requires ` react-native>=0.25.0 ` .
15
+ - Use ` v0.0.6 ` for older RN versions.
15
16
16
17
## Installation
17
18
Installation can be done through `` npm `` :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-keyboard-aware-scroll-view" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.2.0 " ,
4
4
"description" : " A React Native ScrollView component that resizes when the keyboard appears." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments