Top "Touchablehighlight" questions

React native TouchableOpacity onPress not working on Android

TouchabelOpacity works fine on iOS but the onPress method does not work on Android for me. My react-native version: 0.57.4 My …

android react-native touchableopacity touchablehighlight
Prevent Double tap in React native

How to prevent a user from tapping a button twice in React native? i.e. A user must not be …

javascript react-native touchablehighlight
How do I use React Native onLongPress properly?

I have a simple piece of code that's just a TouchableOpacity with a onLongPress prop, but it does not seem …

react-native react-native-android touchableopacity touchablehighlight touchablewithoutfeedback
React Native align icon left and text centered

I'm farily new to React Native, and I'm trying to do something very simple: I want to create the following …

android ios reactjs react-native touchablehighlight
React Native error: "Can't find variable: TouchableHighlight"

I'm trying to create a tic tac toe board in React Native using Expo. I'm using TouchableHighlight to make the …

react-native expo touchablehighlight