react-native-modal-selector
react-native-modal-selector copied to clipboard
Extra padding bellow the cancel button
Ther is an extra padding bellow cancel button in ios. So the entire view is not perfectly aligned to bottom even after applying justifyContent as flex-end in overlayStyle.
Please submit a PR, or try to find the line that adds the padding. I suspect it could be removed, or add a style prop to allow overriding it.