CleverTap React Native SDK
![npm version](https://badge.fury.io/js/clevertap-react-native.svg)
Install and Integration
npm install --save clevertap-react-native
- Follow the install instructions
- Follow the integration instructions
Additional Resources
Example JS Usage
Grab a reference
const CleverTap = require('clevertap-react-native');
Record an event
CleverTap.recordEvent('testEvent');
Update a user profile
CleverTap.onUserLogin({'Name': 'testUserA1', 'Identity': '123456', 'Email': 'test@test.com', 'custom1': 123});
For more
Changelog
See the CleverTap React Native SDK Change Log.
Help and Questions?
If you have questions or concerns, you can reach out to the CleverTap support team from the CleverTap Dashboard.