mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Deprecate UIManagerModule.removeSubviewsFromContainerWithID
Summary: The method UIManagerModule.removeSubviewsFromContainerWithID will not be part of fabric. This diff deprecates it to avoid future usage before the migration. This can not be removed, as it is currently used from React-VR Reviewed By: shergin Differential Revision: D16420687 fbshipit-source-id: a06810cabb434e35e5a371444114db2633a35a29
This commit is contained in:
committed by
Facebook Github Bot
parent
a863949413
commit
2992518b2e
@@ -558,8 +558,10 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
* receipt. TODO: The method name is incorrect and will be renamed, #6033872
|
||||
*
|
||||
* @param containerTag the tag of the container for which the subviews must be removed
|
||||
* @deprecated This method will not be available in Fabric UIManager.
|
||||
*/
|
||||
@ReactMethod
|
||||
@Deprecated
|
||||
public void removeSubviewsFromContainerWithID(int containerTag) {
|
||||
mUIImplementation.removeSubviewsFromContainerWithID(containerTag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user