Skip to content

Davidon4/reddimon-attribution-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reddimon Attribution SDK

This monorepo contains the official Reddimon Attribution SDKs for React Native and Expo applications.

📦 Packages

This repository contains the following packages:

npm version

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

npm version

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

🚀 Quick Start

React Native

Check the React Native SDK Documentation for more information.

Expo

Check the Expo SDK Documentation for more information.

📚 Documentation

🛠️ Development

Prerequisites

  • Node.js >= 18
  • npm or yarn
  • React Native development environment set up

Setup

  1. Clone the repository:

git clone https://github.com/davidon4/reddimon-attribution-react-native.git

cd reddimon-attribution-react-native

  1. Install dependencies:

Install React Native package dependencies cd react-native npm install Install Expo package dependencies cd ../expo npm install

Building

Build React Native package cd react-native npm run build Build Expo package cd ../expo npm run build

📄 License

MIT © Reddimon

About

No description, website, or topics provided.

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors