Open renatomserra opened 2 years ago
dismissOnPress doesnt work on android, it does work on iOS
replacing TouchableWithoutFeedback with TouchableOpacity in SVG mask fixes it
TouchableWithoutFeedback
TouchableOpacity
dismissOnPress doesnt work on android, it does work on iOS