react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

change Arrow up and down Icon

Open taatiq882 opened this issue 3 years ago • 2 comments

I want to change the arrow-up arrow-down icon to react-native-vector-icons. Can anyone help me in this regard?

taatiq882 avatar Jun 03 '22 21:06 taatiq882

const [open, setOpen] = useState(false);
   <DropDownPicker>
  {open ? <Image // your image path// source={upArrow} style={{ borderWidth: 10, width: 12, height: 12, marginLeft: 10, marginBottom: 8, position: "absolute" }} /> : <Image source={Arrow} style={{ width: 12, height: 12, marginLeft: 10, marginBottom: 8 }} />}
<DropDownPicker/>

kim-jiha95 avatar Sep 06 '22 08:09 kim-jiha95

use like this @taatiq882

kim-jiha95 avatar Sep 06 '22 08:09 kim-jiha95