Questions tagged [touchablewithoutfeedback]

32 questions
0
votes
1 answer

React Native UI Component Wrap in Touchable

I'm trying to detect when a user presses on a custom UI component I have written (it displays a video feed). I've tried using all the touchable components, and would ideally want to use the TouchableWithoutFeedback component, but none of them detect…
0
votes
1 answer

TouchableWithoutFeedback only sometimes calls onPress on actual device while simulator works fine

Just tested a simple UI on an actual iPhone that I had only built with the iOS simulator so far. Turns out that the iPhone only registers about 20% of my touches on buttons, while the simulator works just fine with 100% of the touches. I have…
1 2
3