react-native-view-transformer icon indicating copy to clipboard operation
react-native-view-transformer copied to clipboard

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.

Results 29 react-native-view-transformer issues
Sort by recently updated
recently updated
newest added

use separated `prop-types`. ```javascript import PropTypes from 'prop-types'; ```

breaking changes on react 15.5.0 https://reactjs.org/blog/2017/04/07/react-v15.5.0.html

On GitHub, how can you identify which of the 97 forks is the most active ? The activity diagram only shows a half dozen. I just forked it myself to...

Hi @ldn0x7dc First thanks for this project and also `react-native-transformable-image`, they are both incredible. I've been modifying some parts of both libraries and I'm going to submit some PRs with...

Is there any way to handle this nicely? I can change font size in onViewTransformed callback but it breaks the original text ratio regarding the container.

Also compatible with all react versions prior to 16.

When pinching to zoom, is there anyway to stop the view from zooming back out?