mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 09:27:29 +08:00
rename unmountComponentAtNodeAndRemoveContainer -> unmountComponentAtNode
Reviewed By: achen1 Differential Revision: D7597730 fbshipit-source-id: d72a138b3fc82b09ab7b871089356d38c8405631
This commit is contained in:
committed by
Facebook Github Bot
parent
5001b9f39e
commit
88139eb6e1
@@ -1033,7 +1033,7 @@ public class ReactInstanceManager {
|
||||
UiThreadUtil.assertOnUiThread();
|
||||
if (rootView.isFabric()) {
|
||||
catalystInstance.getJSModule(ReactFabric.class)
|
||||
.unmountComponentAtNodeAndRemoveContainer(rootView.getId());
|
||||
.unmountComponentAtNode(rootView.getId());
|
||||
} else {
|
||||
catalystInstance.getJSModule(AppRegistry.class)
|
||||
.unmountApplicationComponentAtRootTag(rootView.getId());
|
||||
|
||||
Reference in New Issue
Block a user