Mixpanel-React-Native Version Mismatch: iOS and Android Issues
Question about mixpanel-react-native. I used the version "^3.0.5" in my package.json, but lately I noticed an error on my iOS device. It says "There was a problem loading the project. This development build encountered the following error. MixpanelReactNative.initialize was called with 5 arguments but expects 6 arguments. If you haven't changed this method yourself, this usually means that your versions of the native code and JavaScript code are out of sync. Updating both should make this error go away." So I updated mixpanel-react-native to version 3.1.1 and the problem is gone for iOS. Fine, but when I start the app with Android I got the error "There was a problem loading the project. This development build encountered the following error. MixpanelReactNative.initialize got 8 arguments, expected 7".