An open API service indexing awesome lists of open source software.

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

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