You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/0000-reduce-fragmentation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -380,6 +380,7 @@ The styling capabilities of React Native should be significantly expanded to cov
380
380
Existing properties that can be adjusted to align with the CSS spec.
381
381
382
382
*[x]`aspectRatio`. Support string values, i.e., `'16 / 9'`, to align with CSS.
383
+
*[x]`borderRadius`. Support percentage values to align with CSS.
383
384
*[x]`fontVariant` support space-separated string values to align with CSS.
384
385
*[x]`fontWeight` support number values to align with React DOM / CSS.
385
386
*[x]`objectFit` is equivalent to `resizeMode` for `<Image>`.
@@ -391,7 +392,7 @@ Existing properties that can be adjusted to align with the CSS spec.
391
392
392
393
Existing logical properties that can be adjusted to adopt the CSS standard names. In addition, React Native will need to add native support for subtree-level writing direction controls. Setting the `dir` prop (or `direction` style) to `ltr` or `rtl` on an element should alter the way logical properties are resolved in the subtree.
393
394
394
-
*[ ]`direction` is equivalent to `writingDirection`.
395
+
*[ ](`direction` is equivalent to `writingDirection`. But it is [not recommended](https://w3c.github.io/csswg-drafts/css-writing-modes/#propdef-direction) on web, and we should consider removing it in favor of the `dir` prop.)
395
396
*[ ]`borderEndEndRadius` is equivalent to `borderBottomEndRadius`.
396
397
*[ ]`borderEndStartRadius` is equivalent to `borderBottomStartRadius`.
397
398
*[ ]`borderStartEndRadius` is equivalent to `borderTopEndRadius`.
@@ -483,6 +484,7 @@ Support CSS Media Queries. Although Media Queries are not a preferred long-term
483
484
Miscellaneous CSS properties and values that should be supported on native.
484
485
485
486
*[ ]`backgroundImage`. Add support for setting background images via `url()`. Stretch: support CSS gradients.
487
+
*[ ]`backgroundPosition`.
486
488
*[ ]`boxSizing`.
487
489
*[ ]`boxShadow`. Add native support for CSS box shadows to replace buggy, iOS-specific `shadow*` styles.
0 commit comments