UNPKG

@clevertap/clevertap-expo-plugin

Version:

The CleverTap expo plugin enables integration of the CleverTap SDK into your Expo projects, to leverage CleverTap's features in your React Native applications.

9 lines (8 loc) 216 B
export class CleverTapLog { static log(str: string) { console.log(`\tclevertap-expo-plugin: ${str}`) } static error(str: string) { console.error(`\tclevertap-expo-plugin: ${str}`) } }