react-native-notifier
react-native-notifier copied to clipboard
Fast and simple in-app notifications for React Native
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Like YouTube music https://user-images.githubusercontent.com/3875788/144596492-65cc8059-bb4a-42ac-ae54-443df8b23bc9.mov
Hey, I'm running into an issue where I want to use multiple notificationwrappers. one of them is nested inside of another screen. However, it seems that rather than use react...
If the content of the alert messages is too much, the alert doesn't dismiss completely and blocks the screen. This is the final state of alert in one case: Repro:...
Hello When use examples Don't Work And Don't Show notifier use This Code 👍 Notifier.showNotification({ title: 'New request', duration: 6000, description: 'You just got new incoming request from John Doe,...
When a modal is open, the notifications display underneath them. They should be an overlay at the top most view controller. I use react-native-screens which use native navigations instead of...
If a notification was triggered when a modal was the top most controller you would not be able to see the notification until you closed the modal.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. When using a NativeStackNavigator on iOS,...
It appears that when using `createNativeStackNavigator` from react-navigation and using a modal presentation, the resulting z-index position of any notification appears hidden beneath the modal. You can see in the...