All Projects → riwu → react-native-open-notification

riwu / react-native-open-notification

Licence: MIT license
www.npmjs.com/package/react-native-open-notification

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to react-native-open-notification

SteamAchievementNotifier
Steam Achievement Notifier is an Electron application that shows a customisable notification when you unlock any Steam Achievement! It uses the Steam Web API to track achievement stats in real time, and displays an achievement summary within the notification.
Stars: ✭ 77 (+234.78%)
Mutual labels:  notifications
New-AdPasswordReminder
PowerShell script to email users that their password is soon expiring, along with info on how to change it. Designed to run as a scheduled task on a machine with the Active Directory PowerShell module installed.
Stars: ✭ 20 (-13.04%)
Mutual labels:  notifications
ember-cli-new-version
A convention based update notification for Ember. With this addon, you can detect a new version and notify the user to refresh the page
Stars: ✭ 22 (-4.35%)
Mutual labels:  notifications
gh-notify
GitHub CLI extension to display GitHub notifications
Stars: ✭ 66 (+186.96%)
Mutual labels:  notifications
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-43.48%)
Mutual labels:  notifications
stack-exchange-notifications
Add-ons for Stack Exchange sites, like: askdifferent, askubuntu, serverfault, stackoverflow and superuser
Stars: ✭ 21 (-8.7%)
Mutual labels:  notifications
FCMBundle
A Bundle for Symfony projects to send notifications in mobile devices through Firebase Cloud Messaging API
Stars: ✭ 43 (+86.96%)
Mutual labels:  notifications
csgo-rcon-nodejs
A web panel to control a CS:GO server
Stars: ✭ 46 (+100%)
Mutual labels:  notifications
iterable-android-sdk
Iterable's Android SDK. Receive and track pushes to Iterable from your Android app.
Stars: ✭ 19 (-17.39%)
Mutual labels:  notifications
vue-over-body
Create modals, sidebars, notifications, pop ups with css transitions!
Stars: ✭ 38 (+65.22%)
Mutual labels:  notifications
tall-toasts
A Toast notification library for the Laravel TALL stack. You can push notifications from the backend or frontend to render customizable toasts with almost zero footprint on the published CSS/JS 🔥🚀
Stars: ✭ 296 (+1186.96%)
Mutual labels:  notifications
notifications-preview-github
Browser Extension: preview GitHub notifications with same page pop-overs
Stars: ✭ 135 (+486.96%)
Mutual labels:  notifications
webpush-example
A basic push notifications app built on Laravel and Vanilla Javascript.
Stars: ✭ 26 (+13.04%)
Mutual labels:  notifications
laravel-firebase
Laravel FCM (Firebase Cloud Messaging) Notification Channel
Stars: ✭ 25 (+8.7%)
Mutual labels:  notifications
PUSHTestFCM
[FireMonkey] Push test project
Stars: ✭ 17 (-26.09%)
Mutual labels:  notifications
zabbix-jira
Python module that allows you to create tasks in Jira by the trigger from Zabbix
Stars: ✭ 40 (+73.91%)
Mutual labels:  notifications
EasyBuzzer
The Beep Library For Arduino
Stars: ✭ 63 (+173.91%)
Mutual labels:  notifications
cloud-build-notifiers
Notifier images for Cloud Build, complete with build status filtering and Google Secret Manager integration
Stars: ✭ 79 (+243.48%)
Mutual labels:  notifications
Dracker
An iOS and React App to track debt and send/receive payments.
Stars: ✭ 22 (-4.35%)
Mutual labels:  notifications
swift-sdk
Iterable's iOS SDK. Receive and track pushes to Iterable from your iOS app.
Stars: ✭ 65 (+182.61%)
Mutual labels:  notifications

react-native-open-notification

NPM version

Description

React Native module to open app notification settings screen.

Android

iOS

iOS's API currently does not allow opening app's notification settings directly.
This module opens the app settings screen for iOS:

Installation

  1. npm install react-native-open-notification
  2. react-native link react-native-open-notification (only for React Native version < 0.60)

Usage

import NotificationSetting from 'react-native-open-notification';

NotificationSetting.open();
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].