@notifee/react-native
Version:
Notifee - a feature rich notifications library for React Native.
13 lines (10 loc) • 404 B
text/typescript
/*
* Copyright (c) 2016-present Invertase Limited
*/
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import EventEmitter from 'react-native/Libraries/vendor/emitter/EventEmitter';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore See https://github.com/facebook/react-native/pull/36462
const emitter = new EventEmitter();
export default emitter;