{rows.map((row, i) => {
const columnWordIndex = [row, row + rows.length, row + rows.length * 2]
return (
<View style={grid.row}>
This will prevent rewriting word index calculation, then use columnWordIndex[0], columnWordIndex[1] and columnWordIndex[2]
Originally posted by @ilanolkies in #162 (comment)