how to make custom drop down react native
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 { constructor(props) { super(props); this.state = { setAddressId: ”, list:[ {item: “Toronto”}, {item: “Newyork”}, {item: […]









