segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Mixpanel - Missing increment properties method #958

Open youssdevx opened 2 weeks ago

youssdevx commented 2 weeks ago

"@segment/analytics-react-native": "^2.19.2", "@segment/analytics-react-native-plugin-mixpanel": "^0.4.0",

Issue

I want to use the increment properties feature with Mixpanel. However, I could not find any information on how to do that in React Native. Moreover, I can see that the Mixpanel plugin only proposes identify, track, screen, group and alias methods in /node_modules/@segment/analytics-react-native-plugin-mixpanel/src/MixpanelPlugin.ts

Is there any way to do this using Segment?

FYI

Thanks for your help