
Security News
Microsoft Releases Open Source Toolkit for AI Agent Runtime Security
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.
react-native-image-blur
Advanced tools
react-native-image-blur is a wrapper for react-native-blur. Provide image blurring.
react-native-image-blur is a wrapper for react-native-blur. Provide image blurring.

npm install react-native-blur
npm install react-native-image-blur
react-native link react-native-blur
Android: Add the following to android/app/build.gradle
android {
// make sure to use 23.0.3 instead of 23.0.1
buildToolsVersion '23.0.3'
// ...
defaultConfig {
// Add these lines below the existing config
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
}
}
Include the library in your code:
import ImageBlur from 'react-native-image-blur';
<ImageBlur
source={{ uri: 'xxx' }}
style={{ width: '100%', height: 240 }}
blurRadius={6}>
<Text style={{ color: '#fff', fontSize: 32 }}>Hello</Text>
</ImageBlur>
| name | type | description |
|---|---|---|
| imageStyle | object | image style. |
| contentStyle | object | children component style. |
| source | object | image source. |
| blurType | string | xlight、light、dark. default is dark. |
| blurRadius | number | (only android) range: 0 - 25, default is 8. |
| downsampleFactor | number | (only android) range: > 0, default is null. |
| blurAmount | number | range: 0 - 100, default is 10. |
| overlayColor | string | (only android) default is null. |
FAQs
react-native-image-blur is a wrapper for react-native-blur. Provide image blurring.
We found that react-native-image-blur 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
Microsoft has released an open source toolkit for enforcing runtime security policies on AI agents as adoption accelerates faster than governance controls.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.