Skip to content

Commit df09b1b

Browse files
committed
Update docs
1 parent 18422f7 commit df09b1b

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

docs/docs/box.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Box
99

1010
### `flex`
1111

12-
- type: `'content' | 'fluid' | '1/2' | '1/3' | '2/3' | '1/4' | '3/4' | '1/5' | '2/5' | '3/5' | '4/5'`
12+
- type: `ResponsiveProp<'content' | 'fluid' | '1/2' | '1/3' | '2/3' | '1/4' | '3/4' | '1/5' | '2/5' | '3/5' | '4/5'>`
1313
- required: `no`
1414
- default: `content`
1515

@@ -35,6 +35,14 @@ title: Box
3535
- required: `no`
3636
- default: `top`
3737

38+
### `alignSelf`
39+
40+
- type:
41+
- if direction is `row` or `row-reverse`: `ResponsiveProp<'top' | 'center' | 'bottom' | 'stretch'>`
42+
- if direction is `column` or `column-reverse`: `ResponsiveProp<'top' | 'center' | 'bottom'>`
43+
- required: `no`
44+
- default: `top`
45+
3846
### `wrap`
3947

4048
- type: `'wrap' | 'nowrap' | 'wrap-reverse'`

docs/docs/column.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ title: Column
99
- required: `no`
1010
- default: `fluid`
1111

12-
### `align`
13-
14-
- type: `ResponsiveProp<'left' | 'center' | 'right'>`
15-
- required: `no`
16-
- default: `left`
17-
1812
:::note
1913

2014
`Column` component inherits all [`View` props](https://reactnative.dev/docs/view).

0 commit comments

Comments
 (0)