GiessC / anima

Anima is an open-source React Native dating app that uses AI and detailed user information to increase romantic success rate.
MIT License
1 stars 0 forks source link

MFA Code Screen #9

Open GiessC opened 4 months ago

GiessC commented 4 months ago

The user will enter a code into the form on this screen. You should create a custom code component which has 6 separate text fields that handle focusing back and forth automatically when a number is entered. That will be the only field on the screen, and there will be a submit button for submitting the form.

GiessC commented 4 months ago

Use mobile-mfa-code-screen branch for development.

git fetch origin
git checkout mobile-mfa-code-screen