React Native
About Lesson

In this React Native lesson we are going to learn about React Native Picker, using this a user can choose from a set of options the form of this component varies between platforms, but it serves the same basic function on any platform that supports it.

 

 

The default Picker in react native is deprecated we need to install the community versions, if you are using expo than you need to use this command for the installation.

 

 

If you are using react native cli than you need to use this command.

 

 

 

This is my ReactPicker.js file, first you need to create your Picker and after that you need to add items to your Picker using Picker.Item.

 

 

 

This is my App.js file.

 

 

 

Run your application and this is the result.

React Native Picker
React Native Picker