From 684c0c34c182285ec77b7f265b9dd77bb063d45e Mon Sep 17 00:00:00 2001 From: Krzysztof Wolski Date: Thu, 7 May 2026 08:19:26 +0200 Subject: [PATCH] Add @tenkaipl/react-native-select to the directory --- react-native-libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index b47c7176..31d49d11 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20927,5 +20927,21 @@ "android": true, "expoGo": true, "dev": true + }, + { + "githubUrl": "https://github.com/tenkaipl/react-native-select", + "npmPkg": "@tenkaipl/react-native-select", + "examples": ["https://snack.expo.dev/@krisix/tenkaipl-react-native-select"], + "images": [ + "https://raw.githubusercontent.com/tenkaipl/react-native-select/main/examples/assets/gif-1.gif", + "https://raw.githubusercontent.com/tenkaipl/react-native-select/main/examples/assets/gif-2.gif", + "https://raw.githubusercontent.com/tenkaipl/react-native-select/main/examples/assets/gif-3.gif", + "https://raw.githubusercontent.com/tenkaipl/react-native-select/main/examples/assets/gif-4.gif" + ], + "configPlugin": true, + "ios": true, + "android": true, + "web": true, + "expoGo": true } ]