From 87321f2a7ad07363ce00637a0d518c802c039897 Mon Sep 17 00:00:00 2001 From: Jared McFarland Date: Fri, 25 Oct 2024 09:20:13 -0700 Subject: [PATCH] Update mixpanel-react-native newArchitecture to true Thanks to recent patches by Meta, the `Dynamic` type is now supported by the new architecture, which makes Mixpanel compatible. See: https://github.com/facebook/react-native/pull/45944 https://github.com/facebook/react-native/pull/46066 https://github.com/facebook/react-native/pull/46067 --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index fbb791a5..ffa335bf 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9508,7 +9508,7 @@ ], "ios": true, "android": true, - "newArchitecture": false + "newArchitecture": true }, { "githubUrl": "https://github.com/matinzd/react-native-block-store",