I am using react-native-element-dropdown and would like to be able to open the dropdown when clicking on a custom icon (like a "three dots" menu icon).
Is there a built-in way or recommended approach to programmatically open the dropdown when clicking on an external trigger (like an icon), rather than relying on the dropdown field itself?
I am using
react-native-element-dropdown
and would like to be able to open the dropdown when clicking on a custom icon (like a "three dots" menu icon).Is there a built-in way or recommended approach to programmatically open the dropdown when clicking on an external trigger (like an icon), rather than relying on the dropdown field itself?