mixpanel-react-native
mixpanel-react-native copied to clipboard
Official React Native Tracking Library for Mixpanel Analytics
This PR bumps to underlying native SDK version to their new major versions which drop support for Decide and make `trackAutomaticEvents` a required parameter.
Hello. Could you, please, help to debug? Issue occurs during Android building. `"react-native": "^0.67.4",` `"mixpanel-react-native": "1.5.0",` ``` * What went wrong: Execution failed for task ':mixpanel-react-native:parseDebugLocalResources'. > Could not resolve...
Hello, I hope someone can give me a hint on how to make `mixpanel-react-native` work on an [expo app](https://docs.expo.dev/) in windows11. This is what I am currently doing: ```sh expo...
1. Created a new react native project 2. Added mixpanel library 3. Added implementation "com.mixpanel.android:mixpanel-android:6.+" 4. run the app with const mixpanel = new Mixpanel('project_token xxx'); mixpanel.init(); No static method...
Using dependency "React" is a mistake. It prevents iOS projects using Mixpanel to build when project Podfile is using static framework. See: https://github.com/facebook/react-native/issues/29633#issuecomment-694187116
Hi everyone - I am facing an issue with mixpanel in my react-native project. I have setup everything but I am not getting mixpanel track events back on dashboard. Can...
We are using the 1.3.5 library in our client app, and we have discovered an issue recently where some of the users are missing properties, after calling mixpanel.identify and then...
See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
Hey there, we've followed the steps and instructions provided but this bug is still persisting. Error: mixpanel-react-native: MixpanelReactNative is null. Please follow the guide on the Github repository: https://github.com/mixpanel/mixpanel-react-native. at...
How to check if mixpanel is initialized or not? I cannot find any documentation on this? Example Scenario: If I created a custom hook isolating the logic of mixpanel initialization,...