HomeGuidesReferenceLearn

Picker

GitHub

npm


A component that provides access to the system UI for picking between several options.

This library was formerly known as @react-native-community/picker. If you have that library in your SDK 40+ project, you can uninstall it and install this one instead.

Platform Compatibility

Android DeviceAndroid EmulatoriOS DeviceiOS SimulatorWeb

Installation

Terminal
npx expo install @react-native-picker/picker

If you're installing this in a bare React Native app, you should also follow these additional installation instructions.

Usage

See full documentation at react-native-picker/picker.

Was this doc helpful?