4 lines
124 B
TypeScript
4 lines
124 B
TypeScript
|
import { Notifier } from 'react-native-notifier';
|
||
|
|
||
|
export const hideNotification = (): void => Notifier.hideNotification();
|