react-native-mixpanel
react-native-mixpanel copied to clipboard
A React Native wrapper for Mixpanel tracking
[According to the documentation](https://developer.mixpanel.com/docs/javascript-full-api-reference#section-mixpanel-time_event) for web, it looks like you can end the `timeEvent` along with custom properties: ```js mixpanel.time_event('Registered'); mixpanel.track('Registered', {'Gender': 'Male', 'Age': 21}); ``` However, in the react...
In `MixpanelWatchProperties.m` xCode complains about not being able to find Watchkit.h
This should fix crash caused by incorrect `clearPushRegistrationId` interface. Also update the typescript definition. Ref: https://github.com/davodesign84/react-native-mixpanel/issues/134
Hi @davodesign84, first of all, thanks for the module. I appreciate your work and effort. One question though, can you add a changelog or release tags or anything that can...
I am having problems with adding Mixpanel using Cocoapods and Manually. Currently, I'm trying to add it manually and I have been getting the following errors: I have the following...
Hey @davodesign84 i have this error on iOS ``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_Mixpanel", referenced from: objc-class-ref in libRNMixpanel.a(RNMixpanel.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker...
There seems to be some problems with this library, it doesn't send all events to Mixpanel. I initiated the Mixpanel SDK in componentDidMount of my root component as below `try...
So I am trying to use the Explore section on Mixpanel but I need to identify and set user properties. The problem is my users are anonymouse so I just...
As of today, Mixpanel 3.4.0 is the latest version available via Cocoapods. Running `react-native link react-native-mixpanel`, therefore, adds `pod 'react-native-mixpanel', :path => '../node_modules/react-native-mixpanel'` to the `Podfile`. Running `pod update` thereby...
I am getting this error after manually linking. Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_Mixpanel", referenced from: objc-class-ref in libRNMixpanel.a(RNMixpanel.o) ld: symbol(s) not found for architecture x86_64 I am on "react-native":...