-
Hi Jacek 👋 First of all, thank you for the amazing work you’re doing with this library 🙏 With version 3.0.0 just around the corner—and since it will require You’re already familiar with the challenges: detecting whether edge-to-edge is enabled is tricky, which makes migration more difficult for the React Native ecosystem. To address this, we created
We’re actively working to bring support to more libraries as well (#1, #2, more to come). With Additionally, there’s an ongoing proposal to include edge-to-edge support in React Native core. If it’s accepted, Looking at how Unistyles currently handles edge-to-edge, this change wouldn’t interfere with That said, here are your options: 1. Require the libraryBy requiring This pattern isn’t new—React Navigation, for example, requires 2. Detect the libraryUsing 3. Keep things as they areAs I mentioned, there’s no direct interference. If |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Yo @zoontek ! Thanks for reaching out and for your kind words! I really appreciate the effort you’ve put into making things easier for the React Native ecosystem, especially with I’m on board with the idea of adding your lib as a dependency in the next version. It makes sense to rely on it, especially if it helps with compatibility and simplifies how edge-to-edge is handled across different libraries. I have a few questions though:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the response, I will implement it later today 🙏🏼 |
Beta Was this translation helpful? Give feedback.
-
Shipped with beta.1! |
Beta Was this translation helpful? Give feedback.
Thanks for the response, I will implement it later today 🙏🏼