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
I'm getting Unexpected reserved type string error. I just used example codes in my project. Can someone help me?
The text was updated successfully, but these errors were encountered:
Update prop types in node_modules/react-native-percentage-circle/index.js to:
propTypes: { color: React.PropTypes.String, bgcolor: React.PropTypes.String, innerColor: React.PropTypes.String, radius: React.PropTypes.Number, percent: React.PropTypes.Number, borderWidth: React.Proptypes.Number, textStyle: React.Proptypes.Array, disabled: React.PropTypes.Bool, }
Sorry, something went wrong.
Hello, It still gives me the same error in 2023, Are there any other solutions?
Hello. In "color: React.PropTypes.String", -> Write capital letter in String and else....
No branches or pull requests
I'm getting Unexpected reserved type string error. I just used example codes in my project. Can someone help me?
The text was updated successfully, but these errors were encountered: