Commit aa2c32e
committed
docs(v7): address Copilot review on PR #1005
- text-overflow: make the required companion line limit explicit
(sections/v7/native.mdx, public/llms.txt, utils/cssCompat.ts).
RN's ellipsizeMode is a no-op without numberOfLines, so authors
need line-clamp or text-wrap: nowrap alongside text-overflow.
- overscroll-behavior: drop `chain` from the summary. It is not a
valid CSS keyword; the spec only accepts auto | contain | none.
- border-radius: downgrade v6, iosStock, androidStock to `partial`
to reflect that only v7 accepts the slash-separated CSS grammar
(when circular). Stock RN has no per-axis radius surface.
- AGENTS.md: remove the contradiction between the public-docs rule
and the matrix exception. Matrix follows the same no-mechanism
rule, with one narrow exception for naming a public stock-RN
prop when explaining version skew.1 parent 24bdee2 commit aa2c32e
4 files changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
758 | | - | |
| 758 | + | |
759 | 759 | | |
760 | | - | |
761 | | - | |
| 760 | + | |
| 761 | + | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
| |||
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
1140 | | - | |
| 1140 | + | |
1141 | 1141 | | |
1142 | 1142 | | |
| 1143 | + | |
1143 | 1144 | | |
1144 | 1145 | | |
1145 | 1146 | | |
| |||
1854 | 1855 | | |
1855 | 1856 | | |
1856 | 1857 | | |
1857 | | - | |
| 1858 | + | |
1858 | 1859 | | |
1859 | 1860 | | |
1860 | 1861 | | |
| |||
0 commit comments