npm install --save clevertap-react-native
- Follow the install instructions
- Follow the integration instructions
const CleverTap = require('clevertap-react-native');
CleverTap.recordEvent('testEvent');
CleverTap.onUserLogin({'Name': 'testUserA1', 'Identity': '123456', 'Email': 'test@test.com', 'custom1': 123});