Initialize Native Modules in a separate thread

Reviewed By: achen1

Differential Revision: D9693326

fbshipit-source-id: 1ccefa4a7a320a6720bbd31f60a96f49ec5f8974
This commit is contained in:
Ram N 2018-09-19 23:05:54 -07:00 committed by Facebook Github Bot
parent 0cd3994f1a
commit 8bd570b7ba
1 changed files with 0 additions and 1 deletions

View File

@ -459,7 +459,6 @@ public class ReactInstanceManager {
currentContext.getNativeModule(DeviceEventManagerModule.class);
deviceEventManagerModule.emitNewIntentReceived(uri);
}
currentContext.onNewIntent(mCurrentActivity, intent);
}
}