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
查阅了官方源码,ViewPropTypes 这个东西是在 0.44 版本中添加的
兼容方案
import { View, ViewPropTypes as RNViewPropTypes } from 'react-native';
const ViewPropTypes = RNViewPropTypes || View.propTypes;
export default ViewPropTypes;
The text was updated successfully, but these errors were encountered:
@onreadystatechange 感谢,我修改下
Sorry, something went wrong.
@xiewang 现在还有这个问题,是不是还没有进行修改?
No branches or pull requests
查阅了官方源码,ViewPropTypes 这个东西是在 0.44 版本中添加的
兼容方案
import { View, ViewPropTypes as RNViewPropTypes } from 'react-native';
const ViewPropTypes = RNViewPropTypes || View.propTypes;
export default ViewPropTypes;
The text was updated successfully, but these errors were encountered: