Help with Android versions 35 and 36 #8067
-
Beta Was this translation helpful? Give feedback.
Answered by
MarcosSarges
Jul 25, 2025
Replies: 1 comment 2 replies
-
Answering me: It turned out I installed "react-native-safe-area-context" and used it to get the navigation bar value. From what I'd noticed, React Native's SafeareaView wasn't behaving well on Android 15. And in RNN version 7.48.0, there's already a fix applying the bottom padding for the new navigation bar behavior, but only for using the bottom bar. I opened this QA because I was worried about the wrapper's modal behavior, but applying the padding to the wrapper worked. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MarcosSarges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering me: It turned out I installed "react-native-safe-area-context" and used it to get the navigation bar value. From what I'd noticed, React Native's SafeareaView wasn't behaving well on Android 15.
And in RNN version 7.48.0, there's already a fix applying the bottom padding for the new navigation bar behavior, but only for using the bottom bar.
I opened this QA because I was worried about the wrapper's modal behavior, but applying the padding to the wrapper worked.