Qeepsake / react-native-images-collage

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

Pan Responder not detecting multi-touch #12

Closed lukebrandonfarrell closed 5 years ago

lukebrandonfarrell commented 5 years ago

Description

In some cases, scaling does not work on the DynamicCollage when the component is wrapped in certain components. It is not clear which components, or conjunction of components cause this issue.

This causes the Pan Responder to only register one touch on multi-touch.

Steps to Reproduce

Currently, this bug is very difficult to reproduce, as it is not clear which combination of parent components cause the Pan Responder to malfunction.

If scaling is not being registered in your application, then it will most likely be linked to this issue.

lukebrandonfarrell commented 5 years ago

The collage scaling will not work when in a react-native Modal component. Multiple touches are not registered.