
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
react-native-material-shadows
Advanced tools

This library is a thin React Native Bridge around harjot-oberai/MaterialShadows library. It seamlessly integrats with Material shadows. The library takes existing material shadows to next level by adding the following features :
shadowAlpha attribute.Before we dive into on how to use this library. We would like to thank all the contributor of harjot-oberai/MaterialShadows for providing such a awesome nice, cool library
Note: It is available only on Andorid, since React Native supports Shadow for images on iOS platform
$ npm install react-native-material-shadows --save
$ react-native link react-native-material-shadows
import RNMaterialShadows from 'react-native-material-shadows';
<RNMaterialShadows style={styles.imageContainer} padding={30} >
<Image source={require("./assets/google.png")} elevation={5} style={styles.image} />
</RNMaterialShadows>
Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.
This library is provided under the MIT License.
RNMaterialShadows @ Pranav Raj Singh Chauhan





React Native Iconic: react-native-iconic
React Native Download Button: react-native-download-button






FAQs
React Native: Native Material Shadows
We found that react-native-material-shadows 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
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.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.