Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review grid system strategy for mnemonic display #167

Open
ilanolkies opened this issue Feb 25, 2022 · 1 comment
Open

Review grid system strategy for mnemonic display #167

ilanolkies opened this issue Feb 25, 2022 · 1 comment

Comments

@ilanolkies
Copy link
Contributor

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

@jessgusclark
Copy link
Member

Also adding that the textfields need to have an order where the user can click "next" on their keyboard and it will take them to the next numbered item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants