npm install --save clevertap-react-nativereact-native link clevertap-react-nativeor 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});