mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-11 22:40:37 +08:00
Initialize Native Modules in a separate thread
Reviewed By: achen1 Differential Revision: D9693326 fbshipit-source-id: 1ccefa4a7a320a6720bbd31f60a96f49ec5f8974
This commit is contained in:
committed by
Facebook Github Bot
parent
0cd3994f1a
commit
8bd570b7ba
@@ -459,7 +459,6 @@ public class ReactInstanceManager {
|
||||
currentContext.getNativeModule(DeviceEventManagerModule.class);
|
||||
deviceEventManagerModule.emitNewIntentReceived(uri);
|
||||
}
|
||||
|
||||
currentContext.onNewIntent(mCurrentActivity, intent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user