# react-native-dropdown-picker

> A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.

Latest version **5.4.6** (published 2023-03-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-dropdown-picker
pnpm add react-native-dropdown-picker
yarn add react-native-dropdown-picker
bun add react-native-dropdown-picker
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 5.4.6 |
| Published | 2023-03-09 |
| First published | 2020-04-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 157.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1043 |
| Author | Hossein Zare |
| Maintainers | mikehardy, hossein-zare |
| Keywords | picker, dropdown, drop-down, menu, item, multiple, single, theme, localization, customizable, placeholder, categorizable, category, search, searchable, sub-item, context, component, rtl, rtl-support, react, reactnative, react-native, react native, android, ios, javascript |

## Links

- npm: https://www.npmjs.com/package/react-native-dropdown-picker
- Repository: https://github.com/hossein-zare/react-native-dropdown-picker
- Homepage: https://hossein-zare.github.io/react-native-dropdown-picker-website/
- Issues: https://github.com/hossein-zare/react-native-dropdown-picker/issues
- npm.io page: https://npm.io/package/react-native-dropdown-picker

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 5.4.6 (latest) — 2023-03-09
- 5.4.7-beta.1 (beta) — 2023-03-17
- 5.4.7-beta.0 — 2023-03-12
- 5.4.5 — 2023-03-09
- 5.4.4 — 2022-12-20
- 5.4.3 — 2022-11-12
- 5.4.2 — 2022-05-06
- 5.4.1 — 2022-05-06
- 5.4.0 — 2022-04-08
- 5.4.0-beta.0 — 2022-04-07
- 5.3.0 — 2021-12-30
- 5.2.5-beta.0 — 2021-12-27
- 5.2.3 — 2021-10-25
- 5.2.2 — 2021-10-25
- 5.2.2-beta.3 — 2021-10-25
- … 85 more at https://npm.io/package/react-native-dropdown-picker/versions

## README

# React Native Dropdown Picker 5.x

<p float="left">
    <img src="https://user-images.githubusercontent.com/56504893/116790110-e0b36880-aac7-11eb-9ebd-196acee64f7a.png" width="270" alt="Screenshot">
    <img src="https://user-images.githubusercontent.com/56504893/116789802-faec4700-aac5-11eb-837b-86f18cbfcf3d.png" width="270" alt="Screenshot">
    <img src="https://user-images.githubusercontent.com/56504893/116789839-2c651280-aac6-11eb-99e0-b43b608ed8c7.png" width="270" alt="Screenshot">
</p>

The example in the screenshots: https://snack.expo.dev/8mHmLfcZf

# Documentation
**Visit https://hossein-zare.github.io/react-native-dropdown-picker-website/**

# Merge and Release Process

## Branches in use

### Development

PRs should be made against and merged into the [`dev-5.x`](https://github.com/hossein-zare/react-native-dropdown-picker) branch, which is set as the `default` branch on github.

### Release

Releases are currently made from the [`5.x`](https://github.com/hossein-zare/react-native-dropdown-picker/tree/5.x) branch.

## Release Process

To make a new release, follow these steps:

* Verify the development branch has all the changes desired in a release and works well
* Make and merge a final PR into development branch that increments the version number in `package.json`
* Make and merge a PR from the development branch to the release branch
* Using the GitHub web UI, draft a new release using tag name `vx.x.x` (replace the `x` values as appropriate of course), with the release branch as the target, with release name `vx.x.x` (again, with appropriate numbers in place of `x` of course)
* Verify in the GitHub Actions panel for the repository that NPM publish succeeded

---
_Source: https://npm.io/package/react-native-dropdown-picker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
