How to show dropdown arrow on the far Left?
iamir4g opened this issue · 4 comments
iamir4g commented
hi, I use renderAccessory
to show my custom icon but I want to show this icon to left box of dropDown, how to manage this?
rollsroyc3 commented
renderLeftAccessory
iamir4g commented
@rollsroyc3 thank but didnt change. this is my code:
renderLeftAccessory={() => (
<Image
resizeMode="contain"
source={combo_arrow_icon}
style={{
marginTop: 5,
marginRight: 16,
}}
/>
)}
jallakalyan commented
renderAccessory is not working.... any solution. I have to show the arrow towards right in the dropdown. there is no arrow shown on the dropdown. please suggest. Thanks
iamir4g commented
renderAccessory is not working.... any solution. I have to show the arrow towards right in the dropdown. there is no arrow shown on the dropdown. please suggest. Thanks
hi
I use this code :
renderAccessory={() => (
<Image resizeMode="contain" source={combo_arrow_icon} style={{right: width * .78, marginRight: 16, }} />
)}