Initialize Native Modules in a separate thread
Reviewed By: achen1 Differential Revision: D9693326 fbshipit-source-id: 1ccefa4a7a320a6720bbd31f60a96f49ec5f8974
This commit is contained in:
parent
0cd3994f1a
commit
8bd570b7ba
|
@ -459,7 +459,6 @@ public class ReactInstanceManager {
|
|||
currentContext.getNativeModule(DeviceEventManagerModule.class);
|
||||
deviceEventManagerModule.emitNewIntentReceived(uri);
|
||||
}
|
||||
|
||||
currentContext.onNewIntent(mCurrentActivity, intent);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue