seniv / react-native-notifier

Fast and simple in-app notifications for React Native
MIT License
1.05k stars 60 forks source link

feat: Exports SafeContainer component, so it can be used in custom components #12

Closed samuelpismel closed 3 years ago

samuelpismel commented 4 years ago

feat: Exports SafeContainer component, so it can be used in custom components

seniv commented 4 years ago

This one makes sense. But please note that SafeContainer is just a SafeAreaView with a little bug-fix on iOS 10. If you have react-native-safe-area-context package installed in your project then it's better to use it instead of SafeContainer

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.