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

Always Open modal is outside of the SafeAreaView in IOS

Open devinnow8 opened this issue 3 years ago • 2 comments

When we set alwaysOpen props, the modal in alwaysOpen state is outside of the SafeAreaView in IOS, but when the modal is opened fully it appears to be inside the SafeAreaView. How to render the alwaysOpen modal inside the SafeAreaView. alwaysOpen fullyOpened

devinnow8 avatar May 07 '21 05:05 devinnow8

Hi @devinnow8, please read this comment. Maybe It can help you to resolve your issue : https://github.com/jeremybarbet/react-native-modalize/issues/335#issuecomment-858744991

TomCorvus avatar Jun 10 '21 16:06 TomCorvus