mx-jpush-expo
Version:
Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道
12 lines • 412 B
TypeScript
/**
* iOS AppDelegate Swift 配置
* 注入 JPush 初始化和事件处理代码(Swift 版本)
* 参考: https://juejin.cn/post/7554288083597885467
*/
import { ConfigPlugin } from 'expo/config-plugins';
export declare function applyIosAppDelegate(contents: string): string;
/**
* 配置 iOS AppDelegate
*/
export declare const withIosAppDelegate: ConfigPlugin;
//# sourceMappingURL=appDelegate.d.ts.map