ldn0x7dc/react-native-view-transformer

Use 'prop-types' instead of React.PropTypes

pintocarlos opened this issue · 7 comments

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

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

Budaa commented

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

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

@ldn0x7dc please merge?

rudin commented

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

@ldn0x7dc Any update on a merge?

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.