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

The package is breaking for me due to the deprecation of React.PropTypes from the react npm package. PropTypes are now in 'prop-types'. Can this be updated? @ldn0x7dc

React has excluded PropTypes from core. Use 'prop-types' instead

I want to make view as floating view over camera view. I am showing view over camera by doing position: 'absolute'. But It's not working. Please suggest me where should...

Use prop-types instead of React.PropTypes

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...

Indeed, Latest React has prop-types though no need to import separately.

If I have 1100x1300 sized view the library doesn't work as expected