We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0125108 commit 75e2166Copy full SHA for 75e2166
app/containers/message/Touch.tsx
@@ -27,7 +27,7 @@ export interface ITouchProps extends TouchableWithoutFeedbackProps {
27
android_rippleColor?: string;
28
}
29
30
-const Component = isIOS ? TouchableOpacity : TouchableHighlight;
+const Component = isIOS ? TouchableOpacity : TouchableHighlight;
31
32
const Touch = React.forwardRef<View, ITouchProps>(
33
(
0 commit comments