Load JS bundle after CatalystInstance has been attached to the ReactContext

Reviewed By: andreicoman11

Differential Revision: D2550062

fb-gh-sync-id: 05790e8c092c7dd28669ffd48f7d7d2dffd6546e
This commit is contained in:
Andy Street
2015-10-20 06:22:30 -07:00
committed by facebook-github-bot-6
parent 1d6d1189f0
commit 1b55e4657c
3 changed files with 94 additions and 54 deletions

View File

@@ -533,6 +533,7 @@ public class ReactInstanceManager {
}
reactContext.initializeWithInstance(catalystInstance);
catalystInstance.runJSBundle();
return reactContext;
}