
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
react-native-fxblurview
Advanced tools
react native ui component for controlled blur, based on popular FXBlurView library
<FXBlurView /> provides a [React Native][react-native] component wrapping the native FXBlurView UIView subclass for realtime background blur effect and is compatible with iOS 5 and above.
rnpm install react-native-fxblurview
Provides a React Native component which wraps the FXBlurView.
import FXBlurView from 'react-native-fxblurview'
class BlurredView extends Component {
render() {
return (
<FXBlurView>
{ this.props.children }
</FXBlurView>
);
}
}
| Prop | Type | Opt/Required | Default | Note |
|---|---|---|---|---|
blurEnabled | bool | Optional | true | Toggles blurring on and off for an individual FXBlurView instance |
blurRadius | number | Optional | 40 | Radius of the blur effect (in points). Defaults to a 40 point radius, which is similar to the iOS 7 blur effect |
dynamic | bool | Optional | false | Controls whether the FXBlurView updates dynamically, or only once when the view is added to its superview |
open example/FXBlurViewExample/ios/FXBlurViewExample.xcodeproj
See the example project for a working example.
Just submit a pull request!
Code and documentation copyright 2016 Noah. Code released under the MIT license.
FAQs
react native ui component for controlled blur, based on popular FXBlurView library
We found that react-native-fxblurview demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.