TheWidlarzGroup / react-native-notificated

⚡️React Native toast notifications
https://thewidlarzgroup.github.io/react-native-notificated/
MIT License
365 stars 21 forks source link

Drop react-native-device-info for react-native-safe-area-context[FEATURE] #140

Closed itsramiel closed 2 years ago

itsramiel commented 2 years ago

Is your feature request related to a problem? Please describe. I am trying out the library with expo since it says support expo>=41, but react-native-device-info is not supported by expo which makes this library not accessible for expo user unless using a custom development client.

It is prevents most expo users from using this library, me being one of them, especially since you are only using hasNotch method.

Describe the solution you'd like Use react-native-safe-area-context for the following reasons:

Describe alternatives you've considered Use a custom development client to install react-native-device-info, but it is really not worth it the work into it