• Wizard Home Screen popups up whenever the user has finished registration. The purpose of this wizard is quickly setting up the user and collecting all of the information that you might need as a company to make payments to the user, verify their eligibility.

  • File Location

    • src/screens/WizardModule/WizardHomeScreen/WizardHomeScreen.js

    • Step 1

        ![Simulator Screen Shot - iPhone 12 - 2021-10-20 at 18.21.09.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7072a4ea-89c0-4801-b60b-e8b8bab580df/Simulator_Screen_Shot_-_iPhone_12_-_2021-10-20_at_18.21.09.png>)
      
    • Step 2

        ![Simulator Screen Shot - iPhone 12 - 2021-10-20 at 18.21.14.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/a5537d10-153b-44ff-a69f-61966b192034/Simulator_Screen_Shot_-_iPhone_12_-_2021-10-20_at_18.21.14.png>)
      
    • Step 3

        ![Simulator Screen Shot - iPhone 12 - 2021-10-20 at 18.21.19.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/4f07e59f-f642-475b-b6dc-52171f7c0637/Simulator_Screen_Shot_-_iPhone_12_-_2021-10-20_at_18.21.19.png>)
      
  • Data

    • If you’d like to change data present on this screen, please locate the following file
      • src/screens/WizardModule/WizardHomeScreen/WizardHomeScreen.js
    • Modifying this screen might be a little more complicated since this screen includes other screens available as components (Add Card Details, Add New PayPal, Add Payout Methods, Company Information)
      • We are disabling the bottom tab bar here by passing the isNavigationHidden property and those pages hide the bottom tab bar if the user is not fully set up yet. This way they would not have access to pages that might break without essential information.