This monorepo contains the official Reddimon Attribution SDKs for React Native and Expo applications.
This repository contains the following packages:
The core React Native SDK for attribution tracking. Use this if you're building a React Native app without Expo.
bash npm install @reddimon/react-native-attribution or yarn add @reddimon/react-native-attribution
The Expo-specific SDK for attribution tracking. Use this if you're building an Expo app.
bash npx expo install @reddimon/expo-attribution or npm install @reddimon/expo-attribution
Check the React Native SDK Documentation for more information.
Check the Expo SDK Documentation for more information.
- Node.js >= 18
- npm or yarn
- React Native development environment set up
- Clone the repository:
git clone https://github.com/davidon4/reddimon-attribution-react-native.git
cd reddimon-attribution-react-native
- Install dependencies:
Install React Native package dependencies cd react-native npm install Install Expo package dependencies cd ../expo npm install
Build React Native package cd react-native npm run build Build Expo package cd ../expo npm run build
MIT © Reddimon