INNER CODE UNIT · JavaScript

Column

brh55/react-native-masonry · components/Column.js:8

export default class Column extends Component {
	static propTypes = {
		data: PropTypes.array,
		columns: PropTypes.number,
		parentDimensions: PropTypes.object,
		columnKey: PropTypes.string,
		imageContainerStyle: PropTypes.object,
		customImageComponent: PropTypes.func,
		customImageProps: PropTypes.object
	};

	static defaultProps = {
		imageContainerStyle: {},
		spacing: 1
	};

	constructor(props) {
		super(props);

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…