UNPKG

@ammarahmed/notifee-react-native

Version:

Notifee - a feature rich notifications library for React Native.

6 lines (5 loc) 262 B
import { ConfigPlugin } from '@expo/config-plugins'; declare const withNotifeeProjectGradlePlugin: ConfigPlugin; declare const setCompileSdkVersion: (buildGradle: string) => string; export { setCompileSdkVersion }; export default withNotifeeProjectGradlePlugin;