|
@@ -12,6 +12,8 @@ class FlexDirectionBasics extends React.Component {
|
|
|
|
|
|
|
|
|
justifyContent: 'space-around',
|
|
|
+
|
|
|
+ alignItems: 'center',
|
|
|
}}>
|
|
|
<View style={{ height: 50, width: 50, backgroundColor: 'powderblue' }} />
|
|
|
<View style={{ height: 50, width: 50, backgroundColor: 'skyblue' }} />
|