react-native-mixpanel
react-native-mixpanel copied to clipboard
Increment property Not Working
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?
Same issue
I have the same issue
@sujay-bidchat have you had any luck with this since? I've noticed my tracking events (using trackWithProperties()
) works fine but none of my increment()
events are being registered
I have the same issue. trackWithProperties() is working but increment() is not working.