https://github.com/beefe/react-native-key-storage
https://github.com/beefe/react-native-key-storage
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beefe/react-native-key-storage
- Owner: beefe
- Created: 2016-02-01T06:22:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-08T10:15:45.000Z (over 10 years ago)
- Last Synced: 2025-10-18T09:21:51.550Z (8 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-key-storage
the android nativeModule key-storage for react-native
## Installation and How to use
#### Step 1 - RNPM Install
```shell
$ npm install rnpm -g
```
#### Step 2 - NPM Install
```shell
$ npm install --save react-native-key-storage
```
#### Step 3 - Add Link
```shell
$ rnpm link react-native-key-storage
```