-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Description
Target Branch(es)
0.76
Link to commit or PR to be picked
Description
This fix addresses a regression in a core API behavior related to layout styling on Android in RTL mode.
✅ Meets Pick Criteria:
- Regression in a core component behavior: Starting from React Native 0.75,
borderBottomEndRadiusbehaves inconsistently compared toborderTopEndRadiusin RTL layouts on Android. - In React Native 0.74 and earlier, both properties correctly apply to the logical "end" side. In 0.75+,
borderBottomEndRadiusregresses and is applied incorrectly, breaking symmetry and intended UI design. - This issue causes visual layout bugs in RTL languages (e.g., Hebrew, Arabic) and affects users upgrading from previous versions.
- The fix is simple, targeted, and already merged to
main, ensuring correctness without introducing any breaking changes.
Please consider picking this fix into 0.76 to preserve consistency and avoid breaking RTL support for Android users.
BarakSeren, nbarkoch, RonBouch, zmtmaster, PolaRez and 1 moreBarakSeren, adirpion, RonBouch and zmtmaster
Metadata
Metadata
Assignees
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release