Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[expo-image][iOS] ImageView - check macCatalyst support to use ImageA…
…nalyzer (#24880) Hi ImageAnalyzer is available only on Mac Catalyst 17.0+ as stated here: https://developer.apple.com/documentation/visionkit/imageanalyzer Fixes #23354 # Why Fixes build expo-image with macCatalyst below 17.0 # How Adds check to macCatalyst ImageAnalyzer availability # Test Plan Build macCatalyst app # Checklist - [x] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [x] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [x] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).