Commit 6b2826e
Fixed borderBottomEndRadius on RTL (#51229)
Summary:
Fixes #51193
[ANDROID][FIXED] Wrong borderBottomEndRadius on RTL
Pull Request resolved: #51229
Test Plan:
Tested with Arabic (RTL) and English(LTR)
English
<img src="https://github.com/user-attachments/assets/5bd1eca9-194c-4d83-b75f-689bc13d827b" width=200>
Arabic
<img src="https://github.com/user-attachments/assets/459320a0-6bb2-4585-97bb-bd4ded6ec399" width=200>
Reviewed By: cortinico
Differential Revision: D74709219
Pulled By: NickGerleman
fbshipit-source-id: 885bb84d97d73324983d044fd2874a457b40f6461 parent 1a1814a commit 6b2826e
File tree
2 files changed
+4
-4
lines changed- packages/react-native/ReactAndroid/src
- main/java/com/facebook/react/uimanager/style
- test/java/com/facebook/react/uimanager
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments