From f07bde6db0d6405c46a1fb086a604a348064d24a Mon Sep 17 00:00:00 2001 From: Hamza El Mekkoudi <34113375+hamzamekk@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:36:15 +0100 Subject: [PATCH 1/2] Add react-native-turbo-preferences to the directory --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index eb234520..39dcfcf3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23314,5 +23314,12 @@ "configPlugin": true, "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/hamzamekk/react-native-turbo-preferences", + "examples": ["https://github.com/hamzamekk/react-native-turbo-preferences/tree/HEAD/example"], + "newArchitecture": true, + "ios": true, + "android": true } ] From e8f3e75eb2b4d4aaa47a4f5aeeabfa3864231f7a Mon Sep 17 00:00:00 2001 From: Hamza El Mekkoudi <34113375+hamzamekk@users.noreply.github.com> Date: Fri, 10 Jul 2026 21:39:02 +0100 Subject: [PATCH 2/2] Mark react-native-turbo-preferences as having a config plugin --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 39dcfcf3..03b675b3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23319,6 +23319,7 @@ "githubUrl": "https://github.com/hamzamekk/react-native-turbo-preferences", "examples": ["https://github.com/hamzamekk/react-native-turbo-preferences/tree/HEAD/example"], "newArchitecture": true, + "configPlugin": true, "ios": true, "android": true }