UNPKG

mx-jpush-expo

Version:

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

14 lines 456 B
/** * iOS 配置集成 * 参考: https://juejin.cn/post/7554288083597885467 */ import { ExpoConfig } from 'expo/config'; import { ResolvedJPushPluginProps } from '../types'; /** * 应用所有 iOS 配置 * @param config - Expo config * @param props - 已归一化的插件配置 * @returns Modified config */ export declare function withIOSConfig(config: ExpoConfig, props: ResolvedJPushPluginProps): ExpoConfig; //# sourceMappingURL=index.d.ts.map