/react-native-hook-use-notification

Hook to handle local notifications

Primary LanguageJavaScript

react-native-hook-use-notification

react-native-hook-use-notification is a hook you can use to use notifications. It uses the expo-notifications package.

Content

Installation

npm install react-native-hook-use-notification

Usage

import { useNotification, getScheduledNotifications, clearScheduledNotifications, cronTrigger, dailyTrigger, intervalTrigger } from 'react-native-hook-use-notification'