Qeepsake / react-native-images-collage

Robust interactive image collage component for React Native
MIT License
116 stars 30 forks source link

Image does not overlay other images while translating when they are in the same parent container. #5

Closed lukebrandonfarrell closed 5 years ago

lukebrandonfarrell commented 6 years ago

Description

Two images in same container will not set their zIndex to 999 when selected causing some images to overlay the selected images. The image zIndex has to be directly manipulated in the imageTranslationStart() function.

Steps to Reproduce

Set matrix to [ 1, 2 ] for example. Select and translate the two images which get rendered at the bottom of the collage on top of one another.

zindex