Is this library still useful in React Native 0.81+? #96
Replies: 3 comments 17 replies
-
@SimpleCreations Hi. For the moment, the In Expo 54, this task as been delegated to |
Beta Was this translation helpful? Give feedback.
-
Will this inconsistent status bar issue also be fixed? As you can see in the video, when I navigate to another screen for the first time, the status bar collides with the Expo Router header. Screen.Recording.2025-09-15.at.11.04.43.AM.mov |
Beta Was this translation helpful? Give feedback.
-
@zoontek Could it be that Expo's edge-to-edge implementation only works for Android 15+ in the old arch? I'm having a weird behavior where my production builds with Expo's implementation are not edge-to-edge on Android lower than 15, while this library still correctly applies edge-to-edge. More specifically: react-native-edge-to-edge Expo's I wonder if the dev menu in Expo is the reason why edge to edge is applied correctly. Would love to have your insights since I saw you were the one who did the RN implementation. 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed this commit in 0.81 changelog, by @zoontek, the author of the library, suggesting that edge-to-edge support on Android is now part of core.
But unfortunately neither the commit/PR description nor
react-native-edge-to-edge
docs explain whether this change in React Native makes this library obsolete or not.Beta Was this translation helpful? Give feedback.
All reactions