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
RN 0.55 报Undefined is not an object(evaluating ‘_react2.PropTypes.shape’)错误
网上查找了,添加了import PropTypes from 'prop-types';
依然报错,如何解决?
The text was updated successfully, but these errors were encountered:
@lenvonsam 去掉PropTypes.shape().isRequired后面的.isRequired
Sorry, something went wrong.
RN 0.55 报Undefined is not an object(evaluating ‘_react2.PropTypes.shape’)错误 网上查找了,添加了import PropTypes from 'prop-types'; 依然报错,如何解决?
安卓和iOS的js同时导入你弄得那个头文件,就可以了,我刚解决。
No branches or pull requests
RN 0.55 报Undefined is not an object(evaluating ‘_react2.PropTypes.shape’)错误
网上查找了,添加了import PropTypes from 'prop-types';
依然报错,如何解决?
The text was updated successfully, but these errors were encountered: