react-native-flash-message
react-native-flash-message copied to clipboard
Support for dynamic island on iOS?
Wondering if we can add support for dynamic islands on iOS? Or does this lib already contain such a feature? Currently having some issues with notifications being displayed behind the dynamic island. I'm checking if I can get the required insets.top
via react-native-safe-area-context
to add the extra margin on top of the notification.