mirror of
https://github.com/status-im/react-native.git
synced 2025-02-07 07:03:59 +00:00
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]`