Android border rendering regression in 0.66 #32393
Labels
Impact: Regression
Describes a behavior that used to work on a prior release, but stopped working recently.
Needs: Triage 🔍
Platform: Android
Android applications.
Resolution: Locked
This issue was locked by the bot.
Description
Since 0.66 the rendering of borders on Android has moved from being completely inside the view, to be half outside, half inside. This is inconsistent with iOS, web/css and previous versions of react native. Potentially caused by #29099.
React Native version:
Steps To Reproduce
borderWidth: 20
on a component.Expected Results
Border is rendered completely inside the view bounds.
Snack, code example, screenshot, or link to a repository:
This code produces different results on iOS (left) and Android (right)
The text was updated successfully, but these errors were encountered: