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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,8 +172,8 @@ You can completely remove the guides by passing false as parameter.
172
172
| name | type | default | Description |
173
173
|---|---|---|---|
174
174
|`position`|`number`| -- | The positioning of the guide. When the unit is pixel, expect an integer. |
175
-
|`orientation`|`ENUM['horizontal', 'vertical']`| --| Sets the orientation of the guide |
176
-
|`unit`|`ENUM['%', 'dp', 'px']`|`dp`| The unit of measurement used to set the guide position |
175
+
|`orientation`|`horizontal` or `vertical`| --| Sets the orientation of the guide |
176
+
|`unit`|`%`, `dp` or`px`|`dp`| The unit of measurement used to set the guide position |
177
177
|`color`|`string`|`BLUE:#18A0FB`| Allows you to set the line color. |
178
178
|`opacity`|`number`|`0.2 + $index * 0.1`| Allows you to set opacity. If not entered, the system automatically calculates a value starting with `0.2` and increasing by `0.1`|
179
179
|`width`|`number`|`StyleSheet.hairlineWidth` (1 pixel) | Lets you set the line width |
0 commit comments