INNER CODE UNIT · JavaScript

_getImageTag

brh55/react-native-masonry · components/Brick.js:21

export function _getImageTag (props, gutter = 0) {
	const imageProps = {
		key: props.uri,
		source: {
			uri: props.uri
		},
		data: {
			...props.data
		},
		resizeMethod: 'auto',
		style: {
			width: props.width,
			height: props.height,
			marginTop: gutter,
			...props.imageContainerStyle
		}
	};

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…