1.1.0 • Published 7 years ago
react-native-keychain-wrapper v1.1.0
react-native-keychain-wrapper
Getting started
$ npm install react-native-keychain-wrapper --save
Mostly automatic installation
$ react-native link react-native-keychain-wrapper
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-keychain-wrapperand addRNKeychainWrapper.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNKeychainWrapper.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Usage
import RNKeychainWrapper from 'react-native-keychain-wrapper';
// TODO: What to do with the module?
RNKeychainWrapper;