File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff 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' `
Original file line number Diff line number Diff 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 ) .
You can’t perform that action at this time.
0 commit comments