UNPKG

@intercom/intercom-react-native

Version:

React Native wrapper to bridge our iOS and Android SDK

9 lines (7 loc) 187 B
export type IntercomRegion = 'US' | 'EU' | 'AU'; export type IntercomPluginProps = { iosApiKey: string; androidApiKey: string; appId: string; intercomRegion?: IntercomRegion; };