Open Bucci83 opened 4 months ago
I was having the same problem, I solved the problem with flex: 1. Maybe it will help you my friend.
<View style={{ zIndex: 10, flex:1}}>
<ImageZoom
uri={${REACT_APP_API_URL}${ message?.Path ? message?.Path : message?.path }
}
minScale={0.5}
maxScale={5}
doubleTapScale={3}
isDoubleTapEnabled
style={styles.imageStyle}
resizeMode="cover"
/>
thanks, no luck.. I ended up changing the library to another
@Bucci83 Which library you used?
I have a problem, once I zoom on the image , the image is correctly zoomed on top of the above components, but is rendered UNDER the below components... this is inside a chat here is the code snippet