Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README for the compatibility installation
  • Loading branch information
sriraman committed Aug 29, 2017
1 parent f260a24 commit 3bb0f1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,12 @@ Android's Native key value storage system in React Native

## Installation

### < RN 0.47
```bash
npm install react-native-shared-preferences@0.0.8 --save
```

### >= RN 0.47
```bash
npm install react-native-shared-preferences --save
```
Expand Down

0 comments on commit 3bb0f1e

Please sign in to comment.