We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With new versions of React-native, PropTypes object is not in React but is in prop-types.
PropTypes
prop-types
It has been already patched in this commit: 9d127da
Unfortunately, there isn't new release published since then. It would be great to publish a new release to avoid the following bug:
The text was updated successfully, but these errors were encountered:
Upgrade React-native & resolve a bug with react-native-svg-uri (issue: …
e81155c
…vault-development/react-native-svg-uri#87)
HI @matc4
Can you please publish latest release v1.2.0 on NPM. We are getting v1.1.0 as the latest release
Thanks Pranav
Sorry, something went wrong.
Now, there is not propTypes in this React, it's already in the 'prop-types'. you can change to "# import PropTypes from 'prop-types' ".
9a12f04
No branches or pull requests
With new versions of React-native,
PropTypes
object is not in React but is inprop-types
.It has been already patched in this commit: 9d127da
Unfortunately, there isn't new release published since then.
It would be great to publish a new release to avoid the following bug:
The text was updated successfully, but these errors were encountered: