maxs15 / react-native-modalbox

A <Modal/> component for react-native
MIT License
2.9k stars 505 forks source link

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

Open ronilitman opened 6 years ago

ronilitman commented 6 years ago

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"

loq24 commented 5 years ago

Using bottom instead of marginBottom works.