react-native-notifications
react-native-notifications copied to clipboard
React Native Notifications
Everything is in the title. In the main readme.md it is said to follow a wiki for integration with React notifications, but this wiki does not seem to exist... So,...
Fix issue #1014, minor refactoring to remove duplicated code Remove duplicated code. N.B (FFU): the JsIOHelper class is fully stateless -> can be promoted to have only static methods and...
As the tilte says; lodash is used in production code, but the dependency is undeclared. By pure luck, and because lodash is incredibly popular, most of the time react-native-notifications works...
Both local and remote notification does not pop up, also there is not parameter to add importance/priority of the notification
Should fix https://github.com/wix/react-native-notifications/issues/1065
Copy of #1049 As the tilte says; lodash is used in production code, but the dependency is undeclared. By pure luck, and because lodash is incredibly popular, most of the...
We have an app running in production that uses this repo. We're noticing crashes of the app happening when completionHandler is called from within lib/ios/RNNotificationsStore.m:50:13. Stack trace shows: BUG IN...
Support for RN 0.77 and documentation to support with AppDelegate.swift 🙏
getInitialNotification returns undefined provided app was in killed state and app was opened via action button let viewAction = new NotificationAction('VIEW_ACTION', 'foreground', 'View', true); let ViewCategory = new NotificationCategory('VIEW_CATEGORY', [viewAction]);...
I am getting the following message in my build output. [05:52:59]: ▸ > Configure project :reactnativenotifications [05:52:59]: ▸ WARNING: DSL element 'dexOptions' is obsolete and should be removed. [05:52:59]: ▸...