The justtrack SDK is a marketing SDK with full MMP (Mobile Measurement Partner) capabilities for your React Native application. It provides attribution, event tracking, ad revenue forwarding, in-app purchase tracking, retargeting, remote config, and more.
You can find the complete documentation at https://docs.justtrack.io/sdk/overview/.
| Property | Version |
|---|---|
| React Native | 0.71+ |
| iOS | 12.0+ |
| Android | API 21+ (Android 5.0) |
| Node.js | 18+ |
You can install the justtrack SDK for React Native from npm using:
npm install react-native-justtrack-sdk --saveimport * as JustTrackSdk from 'react-native-justtrack-sdk';
await new JustTrackSdk.JusttrackSdkBuilder(apiToken).initialize();See CONTRIBUTING.md for details on the project structure, prerequisites, quality checks, and contribution workflow.
If you have any problems or issues with the SDK, feel free to reach out directly via support@justtrack.io.
This project is licensed under the MIT License. See the LICENSE file for details.