RychardHunt / Fyt

Personal Workout Application
2 stars 5 forks source link

Added Onboarding Sequence and local database #29

Closed usersblock closed 5 years ago

usersblock commented 5 years ago

🚀 Pull Request Advances Issue #17 #13 Form now has an on-boarding sequence that is triggered depending on if a debug variable is true or false. In addition, the on-boarding sign-up sequence sends an object to a local database.

Describe the solution you implemented

17

The on-boarding sequence is the login and sign-up options that appears first when the user first enters. This screen is skipped and the user reaches the app screen if the on-boarding var is set to FALSE. In the (finalSequence(array,array,array)) function of the component, the function accepts parameters that the user inputs and creates a JSON object to be sent to a local data base in expo.

13

Header text now aligns on the Y-Axis and the Skip button is centered.

How has this been tested? Visually (Second screen is first when on-boarding is false and last when is true)

Screen shots image image image

Types of Changes