react-native-safe-area-context
react-native-safe-area-context copied to clipboard
how to disable bottom safe area in some pages
I have some pages with react navigation 5. I need to disable bottom safeArea in some pages. how can I achieve that ? in pages that have bottom tab bar I need safeArea but in pages that don't have I need to disable it.
It could be helpful:
https://github.com/th3rdwave/react-native-safe-area-context/issues/107#issuecomment-652616230
any solution?
Found the solution. You can wrap your specific page inside Modal and it ignores the safe area
We support the edges prop. If the library you're using doesn't, open an issue with them