Skip to content

Commit a648e5c

Browse files
authored
libraries: add @react-native-picker/picker (#26)
1 parent 7bc9359 commit a648e5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libraries.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,5 +349,13 @@
349349
"ios": true,
350350
"maintainersUsernames": ["jpudysz", "brentlok"],
351351
"notes": "Popular styling library for React Native"
352+
},
353+
"@react-native-picker/picker": {
354+
"description": "Picker is a cross-platform UI component for selecting an item from a list of options",
355+
"installCommand": "@react-native-picker/picker",
356+
"android": true,
357+
"ios": true,
358+
"maintainersUsernames": ["Naturalclar"],
359+
"notes": "One of top most used libraries according to the npm stats"
352360
}
353361
}

0 commit comments

Comments
 (0)