I am young to react native search the web for tutorials that could help me with this problem but have not find anything. I know how to move the buttons from point A to B on my s
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....