davide-scalzo / react-native-mixpanel

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

Add more parameters to initialize mixpanel instance #168

Closed iAladdin closed 4 years ago

iAladdin commented 5 years ago

I need disable mixpanel's trackCrashes feature, so I checked mixpanel native SDK, found out they had supported more initialize options methods.

So I updated header file and add more optional parameters on constructor method.