In React native I want to make ui like above but get confused how to align Date to end when paragraph ends in react native. This is what I am trying so far.
<Text> Long para end <Text style={{textAlign:'center'}}>9:21</Text> </Text>
In React native I want to make ui like above but get confused how to align Date to end when paragraph ends in react native. This is what I am trying so far.
<Text> Long para end <Text style={{textAlign:'center'}}>9:21</Text> </Text>