Safe Area Support #165
Replies: 3 comments 1 reply
-
That would be great just like in Flutter |
Beta Was this translation helpful? Give feedback.
-
Hey! Thanks for bringing this up. Safe area compatibility is definitely a core part of mobile development. In Lynx's previous practices, we're handling this through a dynamic approach where native containers inject That said, we totally get the convenience factor of a dedicated element (great suggestion!). We will seriously consider providing a built-in element like Really appreciate the feedback, stay tuned! |
Beta Was this translation helpful? Give feedback.
-
You can use |
Beta Was this translation helpful? Give feedback.
-
I understand that Lynx is still a new framework and I'm excited to see it grow. One feature I found missing was a built-in safe area view component. In React Native, this is handled by
SafeAreaView
.Is there a workaround on how to implement a safe area view in Lynx? Perhaps there's a way to use CSS or JavaScript to achieve similar functionality until a native component is available?
Beta Was this translation helpful? Give feedback.
All reactions