UNPKG

cleverpush-expo-plugin

Version:

Expo config plugin for CleverPush push notifications with automatic NSE setup and rich notification support.

11 lines (9 loc) 192 B
export type CleverPushPluginProps = { mode: Mode; devTeam?: string; }; export type Mode = "development" | "production"; export const CLEVERPUSH_PLUGIN_PROPS = [ "mode", "devTeam" ];