Skip to content

Commit 2e5289b

Browse files
Update docs/layout-props.md
Co-authored-by: Nick Gerleman <[email protected]>
1 parent 4dfb35b commit 2e5289b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/layout-props.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,7 @@ See https://developer.mozilla.org/en-US/docs/Web/CSS/right for more details of h
741741

742742
### `rowGap`
743743

744-
`rowGap` property sets the size of the gap (gutter) between an element's rows. It works similar to `row-gap` in CSS, but in React Native you must use points. Percentage unit is not supported.
745-
746-
See https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap for more details.
744+
`rowGap` works like `row-gap` in CSS. Only pixel units are supported in React Native. See https://developer.mozilla.org/en-US/docs/Web/CSS/row-gap for more details.
747745

748746
| Type | Required |
749747
| ------ | -------- |

0 commit comments

Comments
 (0)