https://github.com/null-none/expo-mixpanel
Mixpanel for use with React Native apps built on Expo
https://github.com/null-none/expo-mixpanel
Last synced: 12 days ago
JSON representation
Mixpanel for use with React Native apps built on Expo
- Host: GitHub
- URL: https://github.com/null-none/expo-mixpanel
- Owner: null-none
- Created: 2020-07-16T19:02:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T19:03:48.000Z (almost 6 years ago)
- Last Synced: 2026-02-13T10:26:13.983Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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": "test@test.com" });
analytics.identify("13793");
```
## References
https://mixpanel.com/help/reference/http