UNPKG

sx-notifee

Version:

Notifee - a feature rich notifications library for React Native.

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