-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use 'prop-types' instead of React.PropTypes #13
Comments
@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? |
Since it's taking looong time I've made a new package with prop-types fix available through: |
@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. |
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
The text was updated successfully, but these errors were encountered: