merge XReactInstanceManagerImpl into ReactInstanceManager

Reviewed By: thechefchen

Differential Revision: D4451958

fbshipit-source-id: 40b18b2836a723b11a8bf96d0b0a46cee3a571eb
This commit is contained in:
Aaron Chiu
2017-01-23 19:30:57 -08:00
committed by Facebook Github Bot
parent 17c9939444
commit ac1aba4b94
3 changed files with 852 additions and 1013 deletions

View File

@@ -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,