Skip to content

Commit

Permalink
Fix for issue eduedix#11
Browse files Browse the repository at this point in the history
  • Loading branch information
brianinator committed May 5, 2016
1 parent e1171a5 commit 2e5809c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
'use strict'

var RNNetworkingManager = require('NativeModules').RNNetworkingManager;
var { NativeModules } = require('react-native');
var RNNetworkingManager = NativeModules.RNNetworkingManager;

module.exports = RNNetworkingManager;

0 comments on commit 2e5809c

Please sign in to comment.