This is the React component which defines the UI for the User Registration screen in the app.
Methods
(static) onFooterLinkPress()
This function triggers a navigation event to navigate to the Login screen.
(static) onRegisterPress()
This function uses the data entered by the user to register a new user with Firebase
and update our Firestore accordingly.