align butto at then end of screen react antive code example
Example 1: react native component at bottom center
bottomCenter: {
flex: 1,
justifyContent: 'flex-end',
marginBottom: 30
}
Example 2: how to put react compnent to bottom
button: { position: 'absolute', bottom:0}