In my ImageZoom, I have an ImageBackground and inside that, I have a TouchableOpacity.
When I click on that without to zoom, it works perfectly.
But when I zoom, my TouchableOpacities size doesnt change, so only a part of that is touchable. With the toggle Inspector, you can see clearly that the size didnt change at all. But the backgroundColor of the TouchableOpacity resized. So it might be a bug on Android.
On IOS, it doesnt make a difference zooming in with a BackgroundImage that have TouchableOpacities inside.
In my ImageZoom, I have an ImageBackground and inside that, I have a TouchableOpacity. When I click on that without to zoom, it works perfectly. But when I zoom, my TouchableOpacities size doesnt change, so only a part of that is touchable. With the toggle Inspector, you can see clearly that the size didnt change at all. But the backgroundColor of the TouchableOpacity resized. So it might be a bug on Android. On IOS, it doesnt make a difference zooming in with a BackgroundImage that have TouchableOpacities inside.
`<ImageZoom cropWidth={Dimensions.get('screen').width} cropHeight={Dimensions.get('screen').height} imageWidth={imageWidth} imageHeight={imageHeight} style={{ backgroundColor: 'darkred', position: 'absolute', alignItems: 'center', justifyContent: 'flex-start' }}