UNPKG

@rudderstack/rudder-integration-clevertap-react-native

Version:

Rudder React Native SDK CleverTap Device mode support for Android and iOS

19 lines (11 loc) 457 B
# rudder-integration-clevertap-react-native ## Getting started `$ npm install @rudderstack/rudder-integration-clevertap-react-native --save` ### Mostly automatic installation `$ react-native link rudder-integration-clevertap-react-native` ## Usage ```javascript import RudderIntegrationCleverTapReactNative from '@rudderstack/rudder-integration-clevertap-react-native'; // TODO: What to do with the module? RudderIntegrationCleverTapReactNative; ```