React Native System Notification

screenshot of React Native System Notification
react-native

Android system notifications for React Native. Supports push notifications with GCM integrated.

Overview:

This product is a notification solution for React Native, specifically tailored for Android system notifications. It supports push notifications with GCM integration. A notable feature of this solution is its ability to send or schedule Android system notifications within a React Native application.

Features:

  • Support for Android System Notifications: Allows for sending and scheduling notifications on Android devices.
  • GCM Integration: Supports push notifications with Google Cloud Messaging.
  • Versatile Customization: Offers options for customizing notifications, such as setting subject, message, action, and payload.
  • Scheduling Options: Provides features for scheduling notifications with options for delay, repeat, and end time.
  • Promise-based Operations: All functions return promises with the notification object, allowing for additional actions on notifications.
react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.