React Native TouchableOpacity onPress works many times
I have a ProductCard component which is inside of TouchableOpacity component, when click this component I want to navigate to another screen, everything works great, but when I click ProductCard component 2 or 3 times before react opens new screen,…