Answers for "text and icon on same line react native"

0

text and icon on same line react native

<View style={{ flexDirection: 'row', justifyContent: 'space-between' }}>
    <Icon name="ios-chat" size={20} />
    <Text>
      2 replies
    </Text>
 </View>
Posted by: Guest on September-07-2021

Code answers related to "text and icon on same line react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language