how to make custom drop down react native Please check the below code snippet example to create a custom drop-down.:- import React, { Component } from "react"; import { Picker, View, Text, StyleSheet } from "react-native"; class DeliveryScreen extends Component