expo-mixpanel
v0.0.1
Published
Mixpanel for use with React Native apps built on Expo.
Maintainers
Readme
Expo Mixpanel
Mixpanel integration for use with React Native apps built on Expo.
Installation
npm install expo-mixpanel --saveUsage
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
