
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
react-native-blur-effect
Advanced tools
$ yarn add react-native-webview react-native-blur-effect
BlurView
covers parent element area
import BlurView from 'react-native-blur-effect';
import { View, Text } from 'react-native';
const BlurExampleComponent = () => {
return (
<View>
<Text>First Text Element</Text>
<BlurView backgroundColor="rgba(255, 255, 255, 0.1)" blurRadius={1.5} />
<Text>Second Text Element</Text>
</View>
);
};
'BlurView' is using webview.
When using 'WebView' within 'ScrollView', there is a problem of crashing if it reach to the end of the scroll.
react-native-webview issue link
➡️ Fixed at react-native-webview ^13.6.2
It is expected to be resolved in 'PR' below If you use 'patch-package', you can use it without crash.
#2874
➡️ Fixed at react-native-webview ^13.6.2
React Native currently does not provide a way to use the Blur effect. Here are some ways to try.
Among the above items,
can not find a case where blur effect was available
without any problems on both aos/ios platforms.
Please share if there is a better alternative than using webview.
https://gist.github.com/dutradotdev/50c82763fc621ab3c1bd5ba02180ce0d
FAQs
blur effect library for react-native
We found that react-native-blur-effect 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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.