Is there a way to place a button in the bottom right corner with a fixed position in React Native?
The position: fixed
property does not work in React Native, and the stickyHeaderIndices
method in ScrollView does not allow positioning an element above other components.
Has anyone successfully implemented this feature before?