react native 升级0.64.2总结 一些基础变动参考官方文档:https://react-native-community.github.io/upgrade-helper/?from=0.60.5&to=0.64.2 1、native相关的修改 iOS 系统最低支持版本:9.0->10.0 在0.60的版本,一些基础库是通过手动一个个添加到podfile里引入的,现在官方提供了脚本,只需要调用这个脚本就行了 use_react_native!( :path