Skip to content

react-native-org/react-native-easy-trackingio

Repository files navigation

react-native-easy-trackingio

Tracking.io SDK wrapper for react-native.

How to develop?

# clone the project
git clone <repo-url>

# Now, cd examples folder
cd examples

## install deps
npm i

## link project(in examples)
npm link ../

## run demo
npm run dev:android
## or
npm run dev:ios

Notice

Android Compile

Ensure minSdkVersion (lowest possible) <= targetSdkVersion == compileSdkVersion (latest SDK) <= buildToolsVersion (latest)