We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707931 commit 16a1d00Copy full SHA for 16a1d00
README.md
@@ -1,6 +1,6 @@
1
# React Native Actions Sheet Picker
2
3
-Created using react-native-actions-sheet | select | picker | is the library.
+A React Native component that provides a filterable select dropdown/picker.
4
5
## Preview
6
package.json
@@ -1,7 +1,7 @@
{
"name": "react-native-actions-sheet-picker",
"version": "0.2.8",
- "description": "Created using react-native-actions-sheet | select | picker | is the library.",
+ "description": "A React Native component that provides a filterable select dropdown/picker.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
7
"types": "lib/typescript/index.d.ts",
0 commit comments