TouchableHighlight & TouchableOpacity no longer work in SDK 41

Please provide the following:

  1. SDK Version: 41
  2. Platforms(Android/iOS/web/all): iOS

I’m having to convert all my TouchableHighlight and TouchableOpacity components to Pressable. Unless I convert them to Pressable, the onPress callback doesn’t fire. When I convert them to Pressable, the onPress callback still doesn’t fire, but onPressIn works.

This also seems to have broken compatibility with react-native-elements. Tooltip isn’t working from them, ListItem isn’t allowing onPress, among other things.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.