Remove superfluous view
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user