UNPKG

react-native-code-push-plugin

Version:

Config plugin to auto configure react-native-code-push on prebuild

13 lines (12 loc) 240 B
/** * Secrets for `react-native-code-push` */ export interface PluginConfigType { ios: { CodePushDeploymentKey: string; }; android: { CodePushDeploymentKey: string; CodePushPublicKey?: string; }; }