Merge pull request #6 from mojotalantikite/master

Fix NativeModules import
This commit is contained in:
Joel Arvidsson 2015-07-17 23:05:10 +02:00
commit 8b9d0505a8

View File

@ -3,7 +3,7 @@
*/
'use strict';
var NativeModules = require('NativeModules');
var NativeModules = require('react-native').NativeModules;
var RNKeychainManager = NativeModules.RNKeychainManager;
var Keychain = {