Skip to content

Commit ef46a11

Browse files
author
alvaromb
committed
v0.2.0
1 parent 4526b17 commit ef46a11

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1718
Installation can be done through ``npm``:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)