React Native: TouchableOpacity remove delay
I have a calculator app with a lot of buttons (TouchableOpacity's), and the problem occurs when the user presses a lot of the buttons very fast after each other: The first button press may get handled, however the other button…