/** Name of the NotificationServiceExtension */ export declare const EXTENSION_NAME = "NotifeeNSE"; export declare const EXTENSION_CONTROLLER_NAME = "NotifeeNotificationService"; export declare const EXTENSION_PATH = "node_modules/expo-notifee-remote-plugin/ios"; export declare const APPLE_APP_GROUP_SECURITY = "com.apple.security.application-groups"; export declare const ENABLE_NOTIFEE_EXTENSION = "\n\n$NotifeeExtension = true\n\n"; /** * Needed in Podfile to enable to use NotifeeExtensionHelper * in our NotificationServiceExtension * @link https://notifee.app/react-native/docs/ios/remote-notification-support#add-target-to-the-podfile */ export declare const NOTIFEE_CORE_POD = "\n\ntarget 'NotifeeNSE' do\n # Needed for the notification service extension target\n pod 'RNNotifeeCore', :path => '../node_modules/@notifee/react-native'\n \n use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks']\n use_frameworks! :linkage => ENV['USE_FRAMEWORKS'].to_sym if ENV['USE_FRAMEWORKS']\n\nend\n\n"; //# sourceMappingURL=constants.d.ts.map