If TouchableWithoutFeedback is used instead of TouchableOpacity onPress callback is never called.
Wrap whatever you're putting in there with a View.
@ch3nj I've actually done that before and thought that's the reason why it won't work. Turns out either of the two won't work ... I think I'd have to use the TouchableOpacity with activeOpacity={1} as a workaround.
Hey @Elijen could you post some code that you're using in your renderRow / renderItem function? Or a reproducible example I can try on my end? Thanks!
@jemise111, @ch3nj So apparently the issue is TouchableWithoutFeedback itself. See: https://github.com/facebook/react-native/issues/10180#issuecomment-298375648
Thanks for your replies though :)
THIS WORKED https://github.com/facebook/react-native/issues/10180#issuecomment-298375648
Most helpful comment
THIS WORKED https://github.com/facebook/react-native/issues/10180#issuecomment-298375648