Commit af85c4c
Fixed borderBottomEndRadius on RTL (#51229)
Summary:
Fixes #51193
## Changelog:
[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 51d1057 commit af85c4c
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 | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments