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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,8 +142,8 @@ return (
142
142
|`"small"`| Translates to 25% |**_16+_**| ✅ |
143
143
|`"medium"`| Translates to 50% |**_15+_**| ✅ |
144
144
|`"large"`| Translates to 100% | ✅ | ✅ |
145
+
|`"${number}%"`| Fixed height in % |**_16+_**| ✅ |
145
146
|`number`| Fixed height |**_16+_**| ✅ |
146
-
|`${number}%`| Fixed height in % |**_16+_**| ✅ |
147
147
148
148
> [!NOTE]
149
149
> `auto` is not guaranteed to be accurate if your content depends on various rendering logic. Experiment with it and try to keep your content size as fixed as possible.
@@ -281,6 +281,7 @@ The sheet does not have control over how React Native renders components and may
0 commit comments