ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

allow other libraries to control the gesture responder #12

Open digital-flowers opened 7 years ago

digital-flowers commented 7 years ago

ViewTransformer should allow parent components to control the gesture responder if the element exceed it's availableTranslateSpace, this fix will allow ViewTransformer component to work with other libraries such as SwipeableView.