diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index b350cae6a62e5a..0af7876044a7d4 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -65,7 +65,9 @@ Adding these to your apps should be made simpler. Here's [an example](https://gi ### The `overflow` style property defaults to `hidden` and cannot be changed on Android -This is a result of how Android rendering works. This feature is not being worked on as it would be a significant undertaking and there are many more important tasks. +This is a result of how Android rendering works. This feature is not being worked on as it would be a significant undertaking and there are many more important tasks. + +Another issue with `overflow: 'hidden'` on Android: a view is not clipped by the parent's `borderRadius` even if the parent has `overflow: 'hidden'` enabled – the corners of the inner view will be visible outside of the rounded corners. This is only on Android; it works as expected on iOS. See a [demo of the bug](https://rnplay.org/apps/BlGjdQ) and the [corresponding issue](https://github.com/facebook/react-native/issues/3198). ### No support for shadows on Android