Skip to content

Commit

Permalink
Specified supported RN versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromb committed May 11, 2016
1 parent 6e30908 commit 4fb14a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# react-native-keyboard-aware-scroll-view
A ScrollView component that handles keyboard appearance.

## Supported versions
Use `react-native>=0.25.0` for `v0.0.7` and `v0.0.6` for older RN versions.

## Installation
You need `react-native>=0.12.0` to use this library. Installation can be done through ``npm``:
Installation can be done through ``npm``:

```shell
npm i react-native-keyboard-aware-scroll-view --save
Expand Down

0 comments on commit 4fb14a2

Please sign in to comment.