mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-01 22:41:16 +08:00
[ReactNative] Strip prefixes from NativeModules keys
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
// Note that the module JSTimers is split into two in order to solve a cycle
|
||||
// in dependencies. NativeModules > BatchedBridge > MessageQueue > JSTimersExecution
|
||||
var RCTTiming = require('NativeModules').RCTTiming;
|
||||
var RCTTiming = require('NativeModules').Timing;
|
||||
var JSTimersExecution = require('JSTimersExecution');
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user