0.0.1 • Published 4 years ago

expo-mixpanel v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Expo Mixpanel

Mixpanel integration for use with React Native apps built on Expo.

Installation

npm install expo-mixpanel --save

Usage

import Mixpanel from 'expo-mixpanel';

const analytics = new Mixpanel("token");
analytics.track("New User", { "email": "test@test.com" });
analytics.identify("13793");

References

https://mixpanel.com/help/reference/http