mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
270e09d46e
Summary: `NSProcessInfo operatingSystemVersion` was being used to check the system version for the Legacy Profiler on `RCTContextExecutor` but it's only available on iOS8+ Change it to `[UIDevice systemVersion]`