React Native Picker Select Component

Description:

A Picker component for React Native which emulates the native <select> interfaces for iOS and Android.

Installation:

# Yarn
$ yarn add react-native-picker-select
# NPM
$ npm install react-native-picker-select --save

Preview:

React Native Picker Select Component

Add Comment