react native component at bottom center

JavaScript
bottomCenter: {
    flex: 1,
    justifyContent: 'flex-end',
    marginBottom: 30
}button: {  position: 'absolute',  bottom:0}<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>
Source

Also in JavaScript: