diff --git a/libraries.json b/libraries.json index c9b6ebd..d2da9c9 100644 --- a/libraries.json +++ b/libraries.json @@ -349,5 +349,13 @@ "ios": true, "maintainersUsernames": ["jpudysz", "brentlok"], "notes": "Popular styling library for React Native" + }, + "@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": ["Naturalclar"], + "notes": "One of top most used libraries according to the npm stats" } }