Skip to content

Review grid system strategy for mnemonic display #167

@ilanolkies

Description

@ilanolkies
      {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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions