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
b415e7774e
react-native-blur
/
ios
/
BlurViewManager.h
6 lines
84 B
C
Raw
Normal View
History
Unescape
Escape
Update iOS header imports for RN 0.40
2017-01-05 17:12:00 +00:00
#
import <React
/
RCTViewManager.h>
Rebuild react-native-blur for RN-0.11.4
2015-10-05 20:41:32 +00:00
@
interface
BlurViewManager
:
RCTViewManager
Refactor BlurView to use modern Objective-C syntax and paradigms This moves to modern Objective-C practices. Synthesized properties now use property declarations in a private category. UIVisualEffectViews will now only be created once, rather than on each change of blurType. BlurAmount uses a class property to track the currently set amount.
2017-04-10 15:18:39 +00:00
@
end