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

I tried to use increment property i.e > Mixpanel.increment('Login', 1); But it does not work. The event 'Login' is not getting created on Mixpanel. @davodesign84 Please can you check this?

MixpanelInstance.initialize is not working under the hood. Not sure what to do here. I install with npm i react-native-mixpanel and react-native link react-native-mixpanel. ``` import Mixpanel from 'react-native-mixpanel'; Mixpanel.sharedInstanceWithToken(''); ```...

I managed to integrate the library with my current project. In-app messages work for iOS and Android, and notifications work on an Android emulator. But I can't get Push Notifications...

# Context We have **successfully** installed `react-native-mixpanel` on our project, it works perfectly for sending events and _displaying_ push notifications. We also have FCM push notifications installed and running perfectly...

```javascript const Mixpanel = require('react-native-mixpanel'); Mixpanel.sharedInstanceWithToken(MIXPANEL_TOKEN_DEVELOPMENT, false, false); ``` ``` System: OS: macOS 10.15.3 CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz Memory: 22.38 MB / 8.00 GB Shell:...

Hi, Am getting Build Error in IOS, While building in xcode - react native 1. /ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:178:65: Property 'connectedScenes' not found on object of type 'UIApplication *' 2.ios/Pods/Mixpanel/Mixpanel/MPNotificationViewController.m:179:14: Use of undeclared...

The `initialized` boolean definition for `MixpanelInstance` needs to be included in react-native-mixpanel's index.d.ts file to fully support TypeScript.

It's awesome that we can now use `addGroup` and `setGroup` but it would be also helpful to be able to create [Group Profile Properties](https://developer.mixpanel.com/docs/javascript#setting-group-profile-properties). There is native support in the...

Feature request for get_property funcionality

Hi team, I'm currently unable to get in-app messages delivered to Android devices. They are working fine on iOS. As far as I can see, Android is working fine apart...