mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0f6fcb2c27
commit
fe79abb32c
@@ -198,7 +198,10 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
/**
|
||||
* 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user