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

Hi, right now, you can only initialize a Mixpanel Instance with the Token. If you want to track the App Open Event, when a user opens a push notification, you...

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html Do you plan...

Hey guys, I have implemented this library in my project, and when testing on iOS, Mixpanel is able to track all of my events perfectly, including with properties, and super...

Do [point and click analytics](https://mixpanel.com/codeless-mobile-analytics/) from the Mixpanel dashboard work with this library?

Problem detected in mixpanel-android. Fixed in version 5.3.1: https://github.com/mixpanel/mixpanel-android/issues/516#issuecomment-380286550 Please, upgrade! react-native-mixpanel: 1.1.1

Hi, i have problem. I try to use trackWithProperties but nothing happened. Maybe i made some thing wrong. import Mixpanel from "react-native-mixpanel" Mixpanel.sharedInstanceWithToken(yourToken) Mixpanel.track("test") //work Mixpanel.trackWithProperties("main success", { phone: phone,...

I npm install react-native-mixpanel and setup manually for iOS as the tutorial. But I get this error when I run-ios. Any suggestion?

I've read every article I can up the wozu on how to fix this, but I can't figure it out. I'm sure it's something simple, but on Xcode 9.4.1, it...

see https://mixpanel.com/help/reference/ios#tweaks

I integrated mixpanel into RN project. I linked it into the library and also installed cocoapod for mixpanel. I built the project and it is running fine on the phone....