Hongli Yu

Results 6 issues of Hongli Yu

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

![image](https://github.com/user-attachments/assets/e0549bd7-47d9-4b20-ba16-44caa69822ad) ![image](https://github.com/user-attachments/assets/b54b3ad6-3952-47bd-a5fe-af2e16ef9efc)