Answers for "how to stick a text to the bottom of the view react native"

0

react native button top right

<View>
    <Image
        source={require('../images/AppIntro/1.png')} 
        style={{ width: '100%', height: 150 }}
    />
    <Icon name="md-close" 
          style={{
                position: 'absolute',
                right: 5,
                top: 5,
          }} />
</View>
Posted by: Guest on April-21-2020
0

how to put react compnent to bottom

button: {  position: 'absolute',  bottom:0}
Posted by: Guest on October-12-2020

Code answers related to "how to stick a text to the bottom of the view react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language