mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove overflow hidden killswitch
Summary: There hasn't been any reports of overflow issues since the last issue was fixed in v183 (July 30th). Let's remove this flag Reviewed By: yungsters Differential Revision: D10020006 fbshipit-source-id: 593c7d2c2bef5f0bd60d5de1941cd58f7fd6ccc7
This commit is contained in:
committed by
Facebook Github Bot
parent
0a04bb7030
commit
59aada873e
@@ -112,9 +112,7 @@ public class ReactRootView extends SizeMonitoringFrameLayout
|
||||
}
|
||||
|
||||
private void init() {
|
||||
if (!ViewProps.sDefaultOverflowHidden) {
|
||||
setClipChildren(false);
|
||||
}
|
||||
setClipChildren(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user