[blur] Support more blur effects (#24392)
[expo-blur][Android] Add support for BlurView on Android (#21744)# Why There was no support for `BlurView` on android. Instead of blurring the view would just set the background color to semitr
[expo-blur][Android] Add support for BlurView on Android (#21744)# Why There was no support for `BlurView` on android. Instead of blurring the view would just set the background color to semitransparent. # How Using [BlurView](https://github.com/Dimezis/BlurView) library and Modules API added blur support for Android. Default prop settings match it quite closely with the iOS version. # Test Plan Tested on Android emulators (API 33 and 28), and a physical device (API 31). Also compared the look of the blur on android emulator to the iOS simulator. --------- Co-authored-by: Expo Bot <[email protected]>
show more ...