CleverTap React Native SDK
Install and Integration
npm install --save react-native-clevertap
react-native link react-native-clevertap
or link the project manually- Follow the install instructions
- 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': 'test@test.com', 'custom1': 123});