Skip to content

dnlsilva/react-native-notifications

This branch is up to date with wix/react-native-notifications:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2022
Dec 13, 2021
Jan 15, 2020
Oct 26, 2022
Oct 26, 2022
Sep 13, 2023
May 22, 2023
Jul 20, 2023
Oct 26, 2022
Jan 15, 2020
Jul 7, 2019
Jan 15, 2020
Jun 14, 2021
Dec 30, 2020
Jan 15, 2020
Dec 14, 2021
Jul 29, 2019
Sep 14, 2023
Sep 15, 2019
Feb 16, 2022
Nov 17, 2016
Jun 29, 2021
Jul 7, 2019
Jan 15, 2020
Jan 15, 2020
Jan 23, 2022
Sep 14, 2023
Jan 23, 2022
May 28, 2023
Jan 15, 2020
Jan 15, 2020
Jan 15, 2020

Repository files navigation


React Native Notifications

npm Build Status npm (tag) npm (tag)

Handle all the aspects of push notifications for your app, including remote and local notifications, interactive notifications, silent notifications, and more.

All the native iOS notifications features are supported!

For information regarding proper integration with react-native-navigation, follow this wiki.

Requirements

Apps using React Native Notifications may target iOS 10 and Android 5.0 (API 21). You may use Windows, macOS or Linux as your development operating system.

iOS

  • Remote (push) notifications
  • Local notifications
  • Background/Managed notifications (notifications that can be cleared from the server, like Facebook messenger and Whatsapp web)
  • PushKit API (for VoIP and other background messages)
  • Interactive notifications (allows you to provide additional functionality to your users outside of your application such as action buttons)

Android

  • Receiving notifications in any App state (foreground, background, "dead")
  • Built-in notification drawer management
  • High degree of code extensibility to allow for advanced custom layouts and any specific notifications behavior as available by Android's API
  • Android equivalent of React-Native's implementation of PushNotificationsIOS.getInitialNotification().

Upcoming: local notifications, background-state Rx queue (iOS equivalent)

Quick Links

License

The MIT License.

See LICENSE

About

React Native Notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 34.9%
  • Objective-C 32.9%
  • TypeScript 23.2%
  • JavaScript 7.1%
  • Shell 0.7%
  • CSS 0.7%
  • Ruby 0.5%