react-native-in-app-notification icon indicating copy to clipboard operation
react-native-in-app-notification copied to clipboard

:bell: Customisable in-app notification component for React Native

Results 25 react-native-in-app-notification issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/22599874/150484968-bedde17e-33c5-4163-aa85-eb3d85779eb4.png) like above image, part of notification is still visible.

I have problem when I'm implemented this with hooks

The height needs to be explicity set to a particular value (including the default 80 unit value). Is there any way to set it to auto so that it's height...

Unable to disable the vibration with `vibrate=false`. For me it looks like it's becuase [this guard](https://github.com/robcalcroft/react-native-in-app-notification/blob/354b572af5bc31365ae069c163cf84e20631154d/src/DefaultNotificationBody/index.ios.js#L73) is always `true` due to `prevProps.vibrate` always being `true`. Modifying the guard to the...

Original Pull Request: https://github.com/robcalcroft/react-native-in-app-notification/pull/13 # What - Those events call while showing and hiding the notification. - I fix conflict in 64c49c8 and add `additionalProps` to those events arguments in...

These events may be used in ui modifications while showing and hiding the notification.

Hi, is there a way to set "useNativeDriver" on notification animation, thanks.

Got any ideas on how i can pass additional props to showNotification function, in order to be able to customise the appearance, depending on the notification type. For example, i...

Hi, firstly, this lib is awesome eh. Great job! this is not a issue per say, I'd like to understand how can I use background props. How can I customize...