-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Leslie edited this page May 27, 2025
·
14 revisions
A custom react native component for dropdown lists. Emulates some functionality of the HTML <select> tag.
- Cross-platform uniformity
- Select one or more items from a list
- Support for custom component styling
- Import data with versatile structure
- Item prioritization
Create a react native project with example/App.tsx as the main file. Running the application will look similar to the screenshots below.
To contribute to the development of this project, please refer to the development guide.