UNPKG

react-native-imaged-card-view

Version:

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

12 lines (10 loc) 228 B
import { Dimensions } from "react-native"; const { width } = Dimensions.get("window"); export default { container: { height: 160, width: width * 0.9, alignSelf: "center", backgroundColor: "transparent" } };