react-native-modalbox icon indicating copy to clipboard operation
react-native-modalbox copied to clipboard

"bottom" position won't let me give margin bottom(offset from bottom?)

Open ronilitman opened this issue 7 years ago • 1 comments

When I set the modal position with "bottom", I can't move it at all from the bottom. I need to have a marginBottom which does not work, in comparison to marginTop that works with position "top"

ronilitman avatar Oct 17 '18 10:10 ronilitman

Using bottom instead of marginBottom works.

loq24 avatar Sep 26 '19 05:09 loq24