Skip to content

Commit fe79abb

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Introduce TransparentImmersiveReactActivity in FB4A
Summary: This diff creates the new TransparentImmersiveReactActivity in FB4A, the intention is to help integrate TransparentReactActivity with Fb4A Changelog: [Deprecated][Android] Deprecated method UIManagerModule.getUIImplementation. This method will not be part of the new architecture of React Native. Reviewed By: stashuk Differential Revision: D23324543 fbshipit-source-id: 35395fe410790a9611a4637361b888678eb0a836
1 parent 0f6fcb2 commit fe79abb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java

+3
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,10 @@ public UIManagerModule(
198198
/**
199199
* This method gives an access to the {@link UIImplementation} object that can be used to execute
200200
* operations on the view hierarchy.
201+
*
202+
* @deprecated This method will not be supported by the new architecture of react native.
201203
*/
204+
@Deprecated
202205
public UIImplementation getUIImplementation() {
203206
return mUIImplementation;
204207
}

0 commit comments

Comments
 (0)