@@ -17,12 +17,13 @@ const ALIGNMENTS = {
17
17
} ;
18
18
19
19
const POSITIONS = {
20
- absolute : 'abs' ,
21
- 'absolute Fill' : 'absF' ,
22
- 'absolute Left' : 'absL' ,
23
- 'absolute Right' : 'absR' ,
24
- 'absolute Vertical' : 'absV' ,
25
- 'absolute Horizontal' : 'absH' ,
20
+ abs : 'abs' ,
21
+ absF : 'absF' ,
22
+ absL : 'absL' ,
23
+ absR : 'absR' ,
24
+ absB : 'absB' ,
25
+ abV : 'absV' ,
26
+ absH : 'absH' ,
26
27
none : null
27
28
} ;
28
29
@@ -71,8 +72,8 @@ class ViewScreen extends Component {
71
72
{ renderSliderOption . call ( this , 'BorderRadius(brXX)' , 'borderRadius' , { step : 10 , min : 0 , max : 60 } ) }
72
73
{ renderSliderOption . call ( this , 'Padding(padding-XX)' , 'padding' , { step : 4 , min : 0 , max : 40 } ) }
73
74
{ renderSliderOption . call ( this , 'Margin(margin-XX)' , 'margin' , { step : 4 , min : 0 , max : 40 } ) }
74
- { renderRadioGroup . call ( this , 'Alignment (parent)' , 'alignment' , ALIGNMENTS ) }
75
- { renderRadioGroup . call ( this , 'Position (child)' , 'position' , POSITIONS ) }
75
+ { renderRadioGroup . call ( this , 'Alignment (parent)' , 'alignment' , ALIGNMENTS , { isRow : true } ) }
76
+ { renderRadioGroup . call ( this , 'Position (child)' , 'position' , POSITIONS , { isRow : true } ) }
76
77
</ View >
77
78
</ ScrollView >
78
79
</ View >
0 commit comments