CleverTap React Native SDK.
npm install vogo-clevertap-react-nativenpm install --save react-native-clevertapreact-native link react-native-clevertap or link the project manuallyconst CleverTap = require('react-native-clevertap');CleverTap.recordEvent('testEvent');CleverTap.profileSet({'Name': 'testUserA1', 'Identity': '123456', 'Email': 'test@test.com', 'custom1': 123});