From 4582002411c97bdfbe30c95327081d8b5ff41599 Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Thu, 12 Jun 2025 10:01:29 +0300 Subject: [PATCH 1/2] Added mutative --- react-native-libraries.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index f378403af..641b53804 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15749,5 +15749,11 @@ "examples": ["https://github.com/software-mansion/react-native-audio-api/tree/main/apps/fabric-example"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/unadlib/mutative", + "ios": true, + "android": true, + "web": true } ] From bc6f583e88eb299d9229a2b1376936caf2beb33f Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Thu, 12 Jun 2025 11:10:09 +0300 Subject: [PATCH 2/2] Update react-native-libraries.json proper indentation, jesus github editor! --- 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 641b53804..2575ccfc1 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15750,7 +15750,7 @@ "ios": true, "android": true }, - { + { "githubUrl": "https://github.com/unadlib/mutative", "ios": true, "android": true,