Skip to content
 
 

Repository files navigation

CleverTap React Native SDK

Install and Integration

  1. npm install --save clevertap-react-native
  2. react-native link clevertap-react-native 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('clevertap-react-native');

Record an event

CleverTap.recordEvent('testEvent');

Update a user profile

CleverTap.profileSet({'Name': 'testUserA1', 'Identity': '123456', 'Email': 'test@test.com', 'custom1': 123});

For more:

About

CleverTap React Native SDK

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages