From 3fdd3d39ce287cf4bf4da291161d3ab52ef36779 Mon Sep 17 00:00:00 2001 From: Zihe Jia <36679208+zihejia@users.noreply.github.com> Date: Thu, 29 Feb 2024 08:42:20 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65de8c30..8a185b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,6 @@ ## [v3.0.0-beta.1](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.0-beta.1) (2024-02-29) -### Enhancements - -- Add Expo support [\#223](https://github.com/mixpanel/mixpanel-react-native/pull/223) - -# - -## [v3.0.0.beta.1](https://github.com/mixpanel/mixpanel-react-native/tree/v3.0.0.beta.1) (2024-02-29) - ### Expo and React Native Web support This version(PR [\#223](https://github.com/mixpanel/mixpanel-react-native/pull/223)) introduces support for Expo, React Native Web, and any platform using React Native that does not support iOS and Android. To activate this feature, initialize Mixpanel with an additional parameter `useNative` set to false, which will enable JavaScript mode. Currently in beta, we plan to iterate on this to address any issues and add more features. We welcome your feedback.