UNPKG

react-native-imaged-card-view

Version:

Rising Imaged Card View with Awesome Shadows and Fully Customizable Library for React Native

19 lines (18 loc) 277 B
export default { shadowStyle: { shadowColor: "#000", shadowOffset: { width: 0, height: 3 }, shadowOpacity: 0.4, shadowRadius: 6 }, imageStyle: { top: -16, left: -48, width: 115, height: 170, position: "absolute" } };