react-native-element-dropdown
react-native-element-dropdown copied to clipboard
Different size of the containers?
Is it possible to achieve the size and position of container view(red color in image) and container list(yellow color in image) be different, not aligned? Thanks.
hi @markosrx , You can use props "renderItem" to customizable.
Hi @hoaphantn7604, thank you for your response. Do you mean I can achieve something like in the image below? I am not sure we understand well so just to check.
hi @markosrx , Your problem been solved? Do you need my support anymore?
Hi @hoaphantn7604, I achieved this on image by patching your library by changing the way how const left
is used...But after that I replaced this library and used some picker because I couldn't find the way to use it without patching.
Hi @hoaphantn7604, thank you for your response. Do you mean I can achieve something like in the image below? I am not sure we understand well so just to check.
Hi, My issue is the same as you described in the above image I want only the icon to display and dropdown for te same but the width needs to pass to get the options container width do you have any solution?
Any solution?
Any solution? Hi @nijarv, Refer this example: https://github.com/hoaphantn7604/react-native-element-dropdown/blob/master/example/src/dropdown/Menu.tsx
okay, let me check! thank you