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

Hi, can you please show me an example of using `react-native-in-app-notification` with `react-redux`. On your docs says: `export default withInAppNotification(MyApp);` But i need to use it on my `Routes` file...

## Problem if i call the notification two or more times consecutively it renders just the first one. If i use a `timeout` for the second one i get a...

Tried to use closeInterval property but not working and changing default in source also makes no change.

Hi, thanks for the awesome module. My requirement is, In my app i'm using chat functionality i need to show the notification type messages by calling **this.props.showNotification()** once in single...

Linked to https://github.com/robcalcroft/react-native-in-app-notification/issues/29

Hi, When i wrap my application with the Provider, i have a notification showed by default. This is due to the default props of the DefaultNotificationBody: ``` DefaultNotificationBody.defaultProps = {...

🚨 You need to enable Continuous Integration on Greenkeeper branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...

greenkeeper

I need a custom sound to play on the notification. How can i enable that?

This warning is poping up in the console every time and it is coming from `src/DefaultNotificationBody/index.ios.js`. On line 14 the code should be changed from: top: isIphoneX() && getStatusBarHeight(), to...

I was using this package for in-app notification on ios and wanted to allow user to close notification by tapping a cross button and also pass additional data to my...