npm install --save clevertap-react-native
react-native link clevertap-react-native
or link the project manually- Follow the install instructions
- Follow the integration instructions
const CleverTap = require('clevertap-react-native');
CleverTap.recordEvent('testEvent');
CleverTap.profileSet({'Name': 'testUserA1', 'Identity': '123456', 'Email': '[email protected]', 'custom1': 123});