From 87bf547ade2f56b5b632233c16f8bc0d8ed130ef Mon Sep 17 00:00:00 2001 From: Simek Date: Sat, 6 Sep 2025 23:14:28 +0200 Subject: [PATCH] libraries: add `@react-native-picker/picker` --- libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libraries.json b/libraries.json index 24727e8..bb66d64 100644 --- a/libraries.json +++ b/libraries.json @@ -317,5 +317,13 @@ "ios": true, "maintainersUsernames": ["mdjastrzebski"], "notes": "One of top most used libraries according to the npm stats" + }, + "@react-native-picker/picker": { + "description": "Picker is a cross-platform UI component for selecting an item from a list of options", + "installCommand": "@react-native-picker/picker", + "android": true, + "ios": true, + "maintainersUsernames": [""], + "notes": "One of top most used libraries according to the npm stats" } }