Remove superfluous view

This commit is contained in:
Dan Abramov
2024-11-07 11:24:01 +00:00
parent 0110552183
commit 4487136d58
@@ -314,7 +314,6 @@ const ImageItem = ({
return ( return (
<GestureDetector gesture={composedGesture}> <GestureDetector gesture={composedGesture}>
<Animated.View renderToHardwareTextureAndroid>
<Animated.View <Animated.View
ref={containerRef} ref={containerRef}
// Necessary to make opacity work for both children together. // Necessary to make opacity work for both children together.
@@ -333,7 +332,6 @@ const ImageItem = ({
cachePolicy="memory" cachePolicy="memory"
/> />
</Animated.View> </Animated.View>
</Animated.View>
</GestureDetector> </GestureDetector>
) )
} }