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

scrollview in its parent doesn't work properly with the view transformer #27

Open diksha-valuecoders opened 6 years ago

diksha-valuecoders commented 6 years ago

I have added the view transformer inside the scrollview horizontal and inside the view transformer i have added the scrollview, the scrollview doesn't work properly as expected with the view transformer. If i remove the view transformer then it'll work.