mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 22:50:21 +08:00
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:
committed by
facebook-github-bot-6
parent
1d6d1189f0
commit
1b55e4657c
@@ -533,6 +533,7 @@ public class ReactInstanceManager {
|
||||
}
|
||||
|
||||
reactContext.initializeWithInstance(catalystInstance);
|
||||
catalystInstance.runJSBundle();
|
||||
|
||||
return reactContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user