mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
merge XReactInstanceManagerImpl into ReactInstanceManager
Reviewed By: thechefchen Differential Revision: D4451958 fbshipit-source-id: 40b18b2836a723b11a8bf96d0b0a46cee3a571eb
This commit is contained in:
committed by
Facebook Github Bot
parent
17c9939444
commit
ac1aba4b94
@@ -187,7 +187,7 @@ public class ReactInstanceManagerBuilder {
|
||||
}
|
||||
|
||||
/**
|
||||
* Instantiates a new {@link ReactInstanceManagerImpl}.
|
||||
* Instantiates a new {@link ReactInstanceManager}.
|
||||
* Before calling {@code build}, the following must be called:
|
||||
* <ul>
|
||||
* <li> {@link #setApplication}
|
||||
@@ -214,7 +214,7 @@ public class ReactInstanceManagerBuilder {
|
||||
mUIImplementationProvider = new UIImplementationProvider();
|
||||
}
|
||||
|
||||
return new XReactInstanceManagerImpl(
|
||||
return new ReactInstanceManager(
|
||||
mApplication,
|
||||
mCurrentActivity,
|
||||
mDefaultHardwareBackBtnHandler,
|
||||
|
||||
Reference in New Issue
Block a user