react-native-mixpanel
react-native-mixpanel copied to clipboard
A React Native wrapper for Mixpanel tracking
I've been implementing adding mixpanel to a project with an existing firebase configuration. I've followed the installation documentation outline in the readme. Then I added the extension of the FirebaseMessagingService...
Hi I'd like my app to open a deep link when opening a push notification. It works on android but not on iOS yet. I followed this guide https://help.mixpanel.com/hc/en-us/articles/115004617366-Send-Custom-Data-In-Push-Notifications. It...
Hey Everyone, putting in notifications, and setting up android it wants to use getPushRegistrationId(), this function takes a call back. I am struggling as to what function to call within?...
Hello i set my iOS notification with firebase, how can i tell mixpanel that?? It needs the iOS original token to send using APN but i dont want that. is...
Hello, I'm using firebase with MixPanel to manage push notification on Android, I made all configuration and all is working, I can receive a notification on android but it's always...
Hi ! It would be nice to update the android SDK version to 5.7.0 in order to benefit from these improvements: https://github.com/mixpanel/mixpanel-android/releases/tag/v5.7.0 In particular, it has support for rich push...
Exception on Android: ``` 2020-04-18 14:46:31.139 8659-8765/com.myapp E/unknown:ReactNative: Exception in native call java.lang.NullPointerException: Attempt to do a synchronize operation on a null object at com.kevinejohn.RNMixpanel.RNMixpanelModule.identify(RNMixpanelModule.java:206) at java.lang.reflect.Method.invoke(Native Method) at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:372)...
Could you please check what's the problem? On android all works properly, for the ios I got error on pod install. [!] Error installing Mixpanel [!] /usr/bin/git clone https://github.com/mixpanel/mixpanel-iphone.git /var/folders/k4/wlyxx00s07d4c1h1ypr2wg6h0000gn/T/d20200228-33555-1s10fia...
Trying to get at the out of the Mixpanel Distinct ID to create a varible that can then be passed to other functions. the function below returns undefined, but i...