From 4d49b08655bddc9db272423a0103be5ada9dc1c1 Mon Sep 17 00:00:00 2001 From: Shane Friedman Date: Sat, 17 Aug 2024 21:58:10 -0400 Subject: [PATCH] Mark React Native Track Player as not working with New Architecture RNTP is not currently working with the New Architecture https://github.com/doublesymmetry/react-native-track-player/issues/2293 --- react-native-libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 23e9b90e..9d258e5b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -2529,7 +2529,8 @@ ], "ios": true, "android": true, - "windows": true + "windows": true, + "newArchitecture": false }, { "githubUrl": "https://github.com/lawnstarter/react-native-hotspot",