robcalcroft / react-native-in-app-notification

:bell: Customisable in-app notification component for React Native
MIT License
270 stars 78 forks source link

Fix layout on iPhone X devices #14

Closed panz3r closed 6 years ago

panz3r commented 6 years ago

Add top spacing to avoid "notch" on iPhone X-like devices. Device detection using react-native-iphone-x-helper library

panz3r commented 6 years ago

Not required after #16