diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java index 2336cf82953f57..17480d628e73c3 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java @@ -198,7 +198,10 @@ public UIManagerModule( /** * This method gives an access to the {@link UIImplementation} object that can be used to execute * operations on the view hierarchy. + * + * @deprecated This method will not be supported by the new architecture of react native. */ + @Deprecated public UIImplementation getUIImplementation() { return mUIImplementation; }