Skip to content
Leslie edited this page May 27, 2025 · 14 revisions

React Native Dropdown Selector

A custom react native component for dropdown lists. Emulates some functionality of the HTML <select> tag.

Features

  • Cross-platform uniformity
  • Select one or more items from a list
  • Support for custom component styling
  • Import data with versatile structure
  • Item prioritization

Demo

Create a react native project with example/App.tsx as the main file. Running the application will look similar to the screenshots below.

Components

Development

To contribute to the development of this project, please refer to the development guide.

Clone this wiki locally