Skip to content

vogosamvelraja/clevertap-react-native

 
 

Repository files navigation

CleverTap React Native SDK

npm version

Install and Integration

  1. npm install --save react-native-clevertap
  2. react-native link react-native-clevertap or link the project manually
  3. Follow the install instructions
  4. Follow the integration instructions

Additional Resources

Example JS Usage

Grab a reference

const CleverTap = require('react-native-clevertap');

Record an event

CleverTap.recordEvent('testEvent');

Update a user profile

CleverTap.profileSet({'Name': 'testUserA1', 'Identity': '123456', 'Email': '[email protected]', 'custom1': 123});

For more:

About

CleverTap React Native SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 35.4%
  • Objective-C 31.4%
  • JavaScript 30.0%
  • Python 2.4%
  • Ruby 0.8%