mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 17:45:12 +08:00
move ReactInstanceManager.Builder out of ReactInstanceManager into it's own class ReactInstanceManagerBuilder
Reviewed By: thechefchen Differential Revision: D4451541 fbshipit-source-id: d9cbcb61b232e817a1f4ff7b067a8a4e0c17150a
This commit is contained in:
committed by
Facebook Github Bot
parent
f9df72c803
commit
17c9939444
@@ -63,7 +63,7 @@ public abstract class ReactNativeHost {
|
||||
}
|
||||
|
||||
protected ReactInstanceManager createReactInstanceManager() {
|
||||
ReactInstanceManager.Builder builder = ReactInstanceManager.builder()
|
||||
ReactInstanceManagerBuilder builder = ReactInstanceManager.builder()
|
||||
.setApplication(mApplication)
|
||||
.setJSMainModuleName(getJSMainModuleName())
|
||||
.setUseDeveloperSupport(getUseDeveloperSupport())
|
||||
|
||||
Reference in New Issue
Block a user