UNPKG

@ammarahmed/notifee-react-native

Version:

Notifee - a feature rich notifications library for React Native.

10 lines (6 loc) 289 B
import { ConfigPlugin, withPlugins } from '@expo/config-plugins'; import withNotifeeProjectGradlePlugin from './withNotifeeProjectGradlePlugin'; const withNotifee: ConfigPlugin = config => { return withPlugins(config, [withNotifeeProjectGradlePlugin]); }; export default withNotifee;