masary2989

Results 2 comments of masary2989

I think your commit may fix issue too. Thanks dude!

This is in ollija/react-native-sortable-grid/index.js ``` assessGridSize = ({nativeEvent}) => { console.log("Calculating grid size"); `if (this.props.itemWidth && this.props.itemWidth < nativeEvent.layout.width) {` this.itemsPerRow = Math.floor(nativeEvent.layout.width / this.props.itemWidth) this.blockWidth = nativeEvent.layout.width / this.itemsPerRow...