
A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
The react-native-view-transformer is a pure JavaScript component for React Native that enables any view to be transformable using gestures like pinch, double tap, or pull. Its features include enabling or disabling various transform options and providing callbacks for when transformations occur.
onViewTransformed and onTransformGestureReleased functions for when transformations occur.The react-native-view-transformer component allows any view in a React Native application to be transformable using various gestures. By enabling or disabling specific transform options and providing callback functions, developers can create interactive and dynamic user interfaces with ease.
