seniv / react-native-notifier

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

NotifierComponents.Notification change background color #26

Closed vineelk8 closed 3 years ago

vineelk8 commented 3 years ago

Is there an option to change background color when using NotifierComponents.Notification. Please let me know

seniv commented 3 years ago

Hello, @vineelk8 👋 I've just released a new version with the ability to set containerStyle. Update notifier to version 1.6.0 and try to set componentProps.containerStyle.backgroundColor, this should help🙂

seniv commented 3 years ago

Closing the issue since the feature is implemented. Feel free to re-open the issue if you have any questions.