Hongli Yu

Results 4 issues of Hongli Yu

查阅了官方源码,ViewPropTypes 这个东西是在 0.44 版本中添加的 兼容方案 import { View, ViewPropTypes as RNViewPropTypes } from 'react-native'; const ViewPropTypes = RNViewPropTypes || View.propTypes; export default ViewPropTypes;