This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native-blur
mirror of
https://github.com/status-im/react-native-blur.git
Watch
2
Star
0
Fork
You've already forked react-native-blur
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c140cc8e7d
react-native-blur
/
ios
/
VibrancyView.h
5 lines
62 B
C
Raw
Normal View
History
Unescape
Escape
Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.) Also changed VibrancyView to be a subclass of BlurView.
2017-04-15 09:55:46 +00:00
#
import "BlurView.h"
Rebuild react-native-blur for RN-0.11.4
2015-10-05 20:41:32 +00:00
Fixed all the issues with iOS, and allow individual blurAmounts (instead of one shared value.) Also changed VibrancyView to be a subclass of BlurView.
2017-04-15 09:55:46 +00:00
@
interface
VibrancyView
:
BlurView
@
end