So I'm trying to align the input bar to the bottom of the page (see picture)
But I can't set the bottom prop (on the expo version) to make it so there is no space between the bar and the bottom of the screen, do I need to do something else?
I will also attach my JSX code below.
You can override default styling. Simply set bottom: 0 in style prop. You can even change the position: absolute value. You can simply use style prop as you want.
So I'm trying to align the input bar to the bottom of the page (see picture) But I can't set the bottom prop (on the expo version) to make it so there is no space between the bar and the bottom of the screen, do I need to do something else? I will also attach my JSX code below.