File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 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
99</p >
1010
1111## 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.
1516
1617## Installation
1718Installation can be done through `` npm `` :
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-keyboard-aware-scroll-view" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " A React Native ScrollView component that resizes when the keyboard appears." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments