mixpanel-react-native
Advanced tools
Changelog
v3.0.0 (2024-04-09)
This is the official release for Expo and React Native Web support. For more details, please refer to the release notes for versions 3.0.0-beta.2 and 3.0.0-beta.1.
Changelog
v3.0.0-beta.2 (2024-03-06)
const MyAsyncStorage = require("@my-org/<library-path>/AsyncStorage"); // or your own storage class
const trackAutomaticEvents = false;
const useNative = false;
const mixpanel = new Mixpanel('YOUR_TOKEN', trackAutomaticEvents, useNative, MyAsyncStorage);
mixpanel.init();
optOutTracking
and optInTracking
consistent with the native SDK.(https://github.com/mixpanel/mixpanel-react-native/pull/225)