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

Is it possible to unset / remove / clear people property? Thanks in advance!

Would be awesome if somebody could implement addPushDeviceToken 👍 I think this is an essential feature of mixpanel.

![Screen Shot 2019-07-02 at 7 24 21 PM](https://user-images.githubusercontent.com/2162230/60518569-6533d500-9cff-11e9-97ea-c432445b0d24.png) **Android Could not invoke RNMixpanel.sharedInstanceWithToken** null No virtual method getInstanceId()Lcom/google/android/gms/tasks/Task; in class Lcom/google/firebase/iid/FirebaseInstanceId; or its super classes (declaration of 'com.google.firebase.iid.FirebaseInstanceId' appears in...

I am not sure what changed but my app started running into this issue https://github.com/mixpanel/mixpanel-iphone/issues/937 And it looks like the solution is to just upgrade the mixpanel pod since this...

https://help.mixpanel.com/hc/en-us/articles/115004581763-Adjust-session-length-parameters-for-App-Session-event#objectivec-sdk As we can see in the link above, we can customize `minimumSessionDuration` and `maximumSessionDuration` for the App Session event. For Android we can already do it without any changes,...

Hello, Understand this lib is prob deprecated but I am still using it and we're using the mp messaging until it gets fully turned off. I wanted to disable swizzling...

Hi All, I am using sdk version 1.2.5 even though am not able to receive push notifications here is the case: I have both firebase and mixpanel configured on AndroidManifest.xml...

I'm using Firebase messaging and would ideally handle the payload with FCM functions. `Messaging.setBackgroundMessageHandler() gets the payload from Mixpanel ` But `Messaging.getInitialNotification()` & `Messaging.onNotificationOpenedApp()` do not So FCM can see...

It seems MixPanel profiles aren't being created for our Android users until identify has been called. It seems this is an Android only issue, as we get these profiles on...