mirror of
https://github.com/status-im/react-native-keychain.git
synced 2025-01-19 01:33:28 +00:00
Merge pull request #6 from mojotalantikite/master
Fix NativeModules import
This commit is contained in:
commit
8b9d0505a8
@ -3,7 +3,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var NativeModules = require('NativeModules');
|
||||
var NativeModules = require('react-native').NativeModules;
|
||||
var RNKeychainManager = NativeModules.RNKeychainManager;
|
||||
|
||||
var Keychain = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user