Rocket.Chat.ReactNative/app/lib/methods/helpers/notifications.ts

4 lines
124 B
TypeScript

import { Notifier } from 'react-native-notifier';
export const hideNotification = (): void => Notifier.hideNotification();