UNPKG

mx-jpush-expo

Version:

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

11 lines 271 B
/** * iOS Podfile 配置 * 添加 post_install 脚本 */ import { ConfigPlugin } from 'expo/config-plugins'; /** * 配置 Podfile post_install * 排除 arm64 模拟器架构 */ export declare const withIosPodfile: ConfigPlugin; //# sourceMappingURL=podfile.d.ts.map