Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb committed Aug 23, 2016
1 parent 4526b17 commit ef46a11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ A ScrollView component that handles keyboard appearance and automatically scroll
</p>

## Supported versions
`v0.1.2` requires `RN>=0.27.2`
`v0.0.7` requires `react-native>=0.25.0`
use `v0.0.6` for older RN versions.
- `v0.2.0` requires `RN>=0.32.0`.
- `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.
- `v0.0.7` requires `react-native>=0.25.0`.
- Use `v0.0.6` for older RN versions.

## Installation
Installation can be done through ``npm``:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-keyboard-aware-scroll-view",
"version": "0.1.2",
"version": "0.2.0",
"description": "A React Native ScrollView component that resizes when the keyboard appears.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ef46a11

Please sign in to comment.