react-native-mixpanel icon indicating copy to clipboard operation
react-native-mixpanel copied to clipboard

A React Native wrapper for Mixpanel tracking

Results 74 react-native-mixpanel issues
Sort by recently updated
recently updated
newest added

Cloning into '/var/folders/f9/5czb94rd7s3f5ck522s6k1zh0000gp/T/d20200228-22989-l64kwy'... warning: Could not find remote branch v3.5.2 to clone. fatal: Remote branch v3.5.2 not found in upstream origin

Hi, I have this issue when I update from 1.1.4 to 1.1.14. Any idea that what happen? ![image](https://user-images.githubusercontent.com/870365/71394908-43921700-25d9-11ea-9597-e65078fb8f4d.png) Platform: iOS react-native: 0.61.4 Thanks!

Hi Team, After the fresh installation NPM modules for our project, we have found the issue is that **"MixpanelType.h"** file is not there to build the iOS App. After the...

We are getting the following error when building the project on android. ``` java.lang.IllegalStateException: Default FirebaseApp is not initialized in this process com.healthie.healthReel. Make sure to call FirebaseApp.initializeApp(Context) first.``` This...

I am trying to configure the attribution of a user. We want to where the user came from, setting the source, campaign, and medium. How can we achieve this with...

The method clearPushRegistrationId() is getting the following error: ` RNMixpanel.clearPushRegistrationId got 2 arguments, expected 3 ` The reason may be because the native method expects the apiToken ``` @ReactMethod public...

We are trying to call this method but its not referenced anywhere: http://mixpanel.github.io/mixpanel-android/com/mixpanel/android/mpmetrics/MixpanelAPI.People.html#showNotificationIfAvailable-android.app.Activity- Any advice? Would we have to fork and create our own bridge for that method?

Currently there's no support for using this module for tvOS. When trying to add the dependency the command `pod install` returns this error: ```[!] The platform of the target `playlister-tvOS`...