How can I style React or React Native custom clock component

Viewed 46

I am trying to style an React and React Native component. Would like to know if someone could help me create this look

<View>
    <Text>05{<Text>h</Text>}</Text>
    <Text>--</Text>
    <Text>05{<Text>m</Text>}</Text>
    <Text>am</Text>
    <Text>____</Text>
</View>

Really not sure how to achieve this look enter image description here

0 Answers
Related