expo-mixpanel
v0.0.1
Published
Mixpanel for use with React Native apps built on Expo.
Downloads
2
Maintainers
Readme
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": "[email protected]" });
analytics.identify("13793");
References
https://mixpanel.com/help/reference/http