react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Tap outside to close Dropdown
I have tried to use TouchableWithoutFeedback for closing Dropdown when clicked outside. I have wrapped it outside View (page). But when I click on dropdown or select item, it delays the output (like selection/open).
Am I doing anything wrong? How can we achieve this like other dropdown components.
Your idea is correct, but if you cover the whole screen, you can press it to catch it and turn it off. You can use TouchableOpacity with actionOpacity={1} and Pressable.