UNPKG

expo-srcpush

Version:

Expo module for Source Push, a service for over-the-air updates in React Native applications.

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