UNPKG

mx-jpush-expo

Version:

Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道

18 lines 711 B
/** * iOS Info.plist 配置 * 参考: https://juejin.cn/post/7554288083597885467 */ import { ExpoConfig } from 'expo/config'; import { ResolvedJPushPluginProps } from '../types'; export declare function mergeBackgroundModes(existingModes: string[] | string | undefined): string[]; /** * 配置 iOS Info.plist * 添加推送通知所需的后台模式 */ /** * 配置 iOS Info.plist * 添加推送通知所需的后台模式 */ export declare function applyIosInfoPlist(infoPlist: Record<string, any>, props: ResolvedJPushPluginProps): Record<string, any>; export declare function withIosInfoPlist(config: ExpoConfig, props: ResolvedJPushPluginProps): ExpoConfig; //# sourceMappingURL=infoPlist.d.ts.map