Kureev / react-native-blur

React Native Blur component
MIT License
3.74k stars 555 forks source link

feat: add visionOS support #605

Closed okwasniewski closed 5 months ago

okwasniewski commented 6 months ago

This PR adds visionOS support for this library. Having BlurView is essential for designing and creating apps for this platform.

It also adds install_modules_dependencies which properly configures the iOS dependencies in the podspec for RN 0.70+ (as this is required to make visionOS work).

Reference: https://github.com/callstack/react-native-slider/pull/556 by @cipolleschi

Demo

https://github.com/Kureev/react-native-blur/assets/52801365/2da6b94c-c954-4d50-aa35-62253dda9423

okwasniewski commented 5 months ago

@Titozzz Would you mind taking a look? I saw you released the latest version