Kureev / react-native-blur

React Native Blur component
MIT License
3.78k stars 558 forks source link

Use FXBlurView instead default UIVisualEffectView #100

Closed savelichalex closed 7 years ago

savelichalex commented 8 years ago

What are you thinking about use https://github.com/nicklockwood/FXBlurView instead default way. They allow to set blurRadius and animation.

Kureev commented 7 years ago

blurRadius is now supported as blurAmount + animation can be done by using Animated or LayoutAnimation.