Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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
The npm package react-native-blur-effect receives a total of 1,380 weekly downloads. As such, react-native-blur-effect popularity was classified as popular.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.