Skip to content

null-none/expo-mixpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

About

Mixpanel for use with React Native apps built on Expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published