mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +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]`