From 6e9374a1e72a361e5dc3083dd3aaafeaf0fd125d Mon Sep 17 00:00:00 2001 From: Stathis Ntonas Date: Tue, 15 Jul 2025 13:20:10 +0300 Subject: [PATCH] added rn-selector --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 0cccd559c..398767b2f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -16124,5 +16124,13 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/itsandrehere/rn-selector", + "examples": ["https://github.com/itsandrehere/rn-selector/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true, + "web": true } ]