You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
version react: "16.13.1",
version react-native: "0.63.1"
I noticed that the visual feedback on TouchableOpacity when tapping does not work at all, but when I press slowly it works. The problem is only visual feedback. The onPress={()=> console.log('Clicked')} code works when I am tapping so it is only the visual feedback that does not work.
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
version react: "16.13.1",
version react-native: "0.63.1"
I noticed that the visual feedback on TouchableOpacity when tapping does not work at all, but when I press slowly it works. The problem is only visual feedback. The
onPress={()=> console.log('Clicked')}
code works when I am tapping so it is only the visual feedback that does not work.React Native version:
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
npx react-native init AwesomeTSProject --template react-native-template-typescript
App.js
Expected Results
I expect the TouchableOpacity to be responsive to the
OnPress
so if I tapping it should send me visual feedback that I did tap.Snack, code example, screenshot, or link to a repository:
Snack URL it should behave like this when you are tapping rapidly.
The text was updated successfully, but these errors were encountered: