davide-scalzo / react-native-mixpanel

A React Native wrapper for Mixpanel tracking
MIT License
455 stars 195 forks source link

fix disabling automatic push tracking #273

Open shanereid opened 3 years ago

shanereid commented 3 years ago

Hello,

Understand this lib is prob deprecated but I am still using it and we're using the mp messaging until it gets fully turned off. I wanted to disable swizzling and saw it was broken so decided to patch.

Seems the trackCrashes, automaticPushTracking and launchOptions aren't passed consistently from the react code to the native code.