Skip to content

Commit

Permalink
Additional note for Android borderRadius clipping facebook#3198
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser authored and sunnylqm committed Dec 2, 2015
1 parent 99f5445 commit 384f16d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 384f16d

Please sign in to comment.