diff --git a/Libraries/StyleSheet/LayoutPropTypes.js b/Libraries/StyleSheet/LayoutPropTypes.js index 227c95a25..5da924e95 100644 --- a/Libraries/StyleSheet/LayoutPropTypes.js +++ b/Libraries/StyleSheet/LayoutPropTypes.js @@ -429,6 +429,8 @@ var LayoutPropTypes = { * It works like `overflow` in CSS (default: visible). * See https://developer.mozilla.org/en/docs/Web/CSS/overflow * for more details. + * `overflow: visible` only works on iOS. On Android, all views will clip + * their children. */ overflow: ReactPropTypes.oneOf([ 'visible',