UNPKG

@ajitpatel28/react-native-truecaller

Version:

Truecaller Integration with React Native for both Android[SDK v3.0.0] and IOS[SDK v0.1.8]

4 lines 607 B
export { useTruecaller } from './hooks/useTruecaller'; export { TRUECALLER_ANDROID_CUSTOMIZATIONS, TRUECALLER_ANDROID_EVENTS, TRUECALLER_IOS_EVENTS, TRUECALLER_LANGUAGES, } from './constants'; export type { TruecallerConfig, TruecallerUserProfile, TruecallerAndroidResponse, TruecallerIOSResponse, UseTruecallerResult, TruecallerButtonTextKey, TruecallerButtonTextValue, TruecallerButtonShapeKey, TruecallerButtonShapeValue, TruecallerFooterButtonTextKey, TruecallerFooterButtonTextValue, TruecallerConsentHeadingKey, TruecallerConsentHeadingValue, } from './interfaces'; //# sourceMappingURL=index.d.ts.map