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

Use 'prop-types' instead of React.PropTypes #13

Open pintocarlos opened 7 years ago

pintocarlos commented 7 years ago

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

pintocarlos commented 7 years ago

14 Added A PR for your review. Please review and merge at your earliest convince. Thank you. @ldn0x7dc

Budaa commented 7 years ago

@ldn0x7dc Can we have a merge as soon as possible, please? It's going to affect more and more people. Thanks ; )

pintocarlos commented 7 years ago

@ldn0x7dc hey any chance you can review and merge? Thanks

JulianKingman commented 7 years ago

@ldn0x7dc please merge?

rudin commented 6 years ago

Since it's taking looong time I've made a new package with prop-types fix available through: npm i react-native-view-transformer-next

danleveille commented 6 years ago

@ldn0x7dc Any update on a merge?

danleveille commented 3 years ago

I've created a form that I'll try to keep updated: https://github.com/danleveille/react-native-view-transformer

Another package I use relies on this. I don't plan on making any improvements other than keeping it compatible with the latest React Native versions. Feel free to contribute to my fork.