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
const CleverTap = require('react-native-clevertap');
CleverTap.recordEvent('testEvent');
CleverTap.profileSet({'Name': 'testUserA1', 'Identity': '123456', 'Email': '[email protected]', 'custom1': 123});