mx-jpush-expo
Version:
Expo 集成极光推送(JPush)一体化解决方案,支持 iOS/Android 厂商通道
12 lines • 408 B
TypeScript
/**
* Android settings.gradle 配置
* 添加 JPush 模块引用
*/
import { ConfigPlugin } from 'expo/config-plugins';
export declare function applyAndroidSettingsGradle(contents: string): string;
/**
* 配置 Android settings.gradle
* 添加 jpush-react-native 和 jcore-react-native 模块
*/
export declare const withAndroidSettingsGradle: ConfigPlugin;
//# sourceMappingURL=settingsGradle.d.ts.map