[ReactNative] Allow single callbacks in NativeModules

This commit is contained in:
Spencer Ahrens
2015-03-17 03:08:49 -07:00
parent b396de3cc8
commit 54c6a7ddff
3 changed files with 11 additions and 60 deletions

View File

@@ -6,7 +6,7 @@
*/
'use strict';
var NativeModules = require('NativeModulesDeprecated');
var NativeModules = require('NativeModules');
var RCTAsyncLocalStorage = NativeModules.RCTAsyncLocalStorage;
var RCTAsyncRocksDBStorage = NativeModules.RCTAsyncRocksDBStorage;