Hi I want achieve the following style:
But with the following code i get a the icon in separate column and the text in another
<View style={{flex:1, flexDirection:'row'}}>
<Icon height={10} width={10} />
<Text>It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout. The point of using Lorem Ipsum is that it
has a more-or-less normal distribution of letters, as opposed to using 'Content here,
content here'</Text>
</View>
please ignore the different icons. Any solution to this problem?