mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 22:48:25 +08:00
Modal statusbar cleanup
Summary: @public The hack for the status bar height is not necessary any longer, so we can remove all code related to it Reviewed By: lexs Differential Revision: D3943770
This commit is contained in:
committed by
Ahmed El-Helw
parent
1297a4a82b
commit
e4129fe1b4
@@ -61,7 +61,7 @@ public class FlatUIImplementation extends UIImplementation {
|
||||
viewManagers.add(new RCTTextInputManager());
|
||||
viewManagers.add(new RCTViewPagerManager());
|
||||
viewManagers.add(new FlatARTSurfaceViewManager());
|
||||
viewManagers.add(new RCTModalHostManager(reactContext));
|
||||
viewManagers.add(new RCTModalHostManager());
|
||||
|
||||
ViewManagerRegistry viewManagerRegistry = new ViewManagerRegistry(viewManagers);
|
||||
FlatNativeViewHierarchyManager nativeViewHierarchyManager = new FlatNativeViewHierarchyManager(
|
||||
|
||||
Reference in New Issue
Block a user