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

Register Screen #3

Open GiessC opened 7 months ago

GiessC commented 7 months ago

Create a register screen for creating an account via the mobile app. You should use React Native Paper components. You should use Formik for form handling. You should use Yup for form validation You are creating the UI for this feature, but should not worry about the functionality aside from taking user input.

Form

The register screen will function more like a "wizard" than a typical form. Users will be required to provide detailed data about themselves. You are responsible for determining how to arrange these fields, but, for now, we will need the following:

Links

Note: Create links to these screens, but do not create the screens themselves. Just create blank screens if they aren't implemented for now. The register screen will need to hold links to the following screens:

  • Login screen - this is where users will create a new account
GiessC commented 7 months ago

Use mobile-register-screen branch for development.

git fetch origin
git checkout mobile-register-screen