erictherobot
5/8/2017 - 6:58 PM

react-native two column layout

react-native two column layout

<View style={{ justifyContent: 'center', alignItems: 'center', flexDirection: 'row', flex: 1}}>
  <View>
    <Text>Left</Text>
  </View>
  <View>
    <Text>Right</Text>
  </View>
</View>