You can use absolute position to put things wherever you want…
submitButton: {
position: 'absolute',
bottom:0,
left:0,
}
will put at bottom of screen, left side….
You can use absolute position to put things wherever you want…
submitButton: {
position: 'absolute',
bottom:0,
left:0,
}
will put at bottom of screen, left side….