-
Notifications
You must be signed in to change notification settings - Fork 254
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
react 16 Deprecated React.PropTypes #135
Comments
Have you installed using npm command? UPDATE: |
yes, i installed using npm command |
I'm getting this error (when using Player component)
this is from
|
download prop-types package from node package manager and then import PropTypes from 'prop-types' and change React.PropTypes.string.isRequired to PropTypes.string.isRequired |
"react": "^16.2.0",
"react-native": "^0.51.0",
The text was updated successfully, but these errors were encountered: