Skip to content

Commit 3fdcfdb

Browse files
committed
Update README.md
1 parent f7110a7 commit 3fdcfdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ You can completely remove the guides by passing false as parameter.
172172
| name | type | default | Description |
173173
|---|---|---|---|
174174
| `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 |
177177
| `color` | `string` | `BLUE:#18A0FB`| Allows you to set the line color. |
178178
| `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` |
179179
| `width` | `number` | `StyleSheet.hairlineWidth` (1 pixel) | Lets you set the line width |

0 commit comments

Comments
 (0)