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 ?