Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.22 KB

CleverTap React Native SDK

npm version

Install and Integration

  1. npm install --save clevertap-react-native
  2. Follow the install instructions
  3. 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': '[email protected]', 'custom1': 123});

For more: