I would like set button on the bottom right corner width fixed position in React Native.
position: fixed
don't work in React Native and stickyHeaderIndices
method in ScrollView does not allow to position an element above the others component.
Anyone have already test this feature ?
Try this:
Output:
Just put the component outside of the scrollview and set it with position absolute
If you are using Native Base you can just use the Footer Component