我找不到这个信息。Android React Native在sdkMin18上运行,因此大多数Android版本都支持它,这是真的吗?
7z5jn7bk1#
您可以在minSdk 21上运行它,因为它在框架的github页面上有文档。React Native应用可能针对iOS 11.0和Android 5.0(API 21)或更新版本。
p5fdfcr12#
m1m5dgzv3#
支持的iOS版本一直在变化,但您可以随时通过检查官方存储库上的Podfile找到它:
截至2023年,最小版本可以在那里找到:https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L41
https://github.com/facebook/react-native/blob/main/template/ios/Podfile例如,截至2021年12月,支持的iOS版本为11.0。
3条答案
按热度按时间7z5jn7bk1#
您可以在minSdk 21上运行它,因为它在框架的github页面上有文档。
React Native应用可能针对iOS 11.0和Android 5.0(API 21)或更新版本。
p5fdfcr12#
m1m5dgzv3#
支持的iOS版本一直在变化,但您可以随时通过检查官方存储库上的Podfile找到它:
2023年3月
截至2023年,最小版本可以在那里找到:
https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L41
2021年12月
https://github.com/facebook/react-native/blob/main/template/ios/Podfile
例如,截至2021年12月,支持的iOS版本为11.0。