react-native-keychain-wrapper
v1.1.0
Published
RN Keychain Wrapper
Downloads
11
Readme
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-wrapper
and addRNKeychainWrapper.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNKeychainWrapper.a
to 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;