You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the image at "You're all set!" is the same for all use cases. Because it features some characters with their back turned and one central character, it seems especially suited to customize it with the chosen player, instead of a generic pic.
We can do this by dynamically changing the images that we add to the final screen based on the character selected. Images can be found on here.
We can change the getComponentToRender in OnboardingContainer to add an image to the Progress.SETUP_COMPLETED based on the character chosen.
The text was updated successfully, but these errors were encountered:
Currently the image at "You're all set!" is the same for all use cases. Because it features some characters with their back turned and one central character, it seems especially suited to customize it with the chosen player, instead of a generic pic.
We can do this by dynamically changing the images that we add to the final screen based on the character selected. Images can be found on here.
We can change the
getComponentToRender
inOnboardingContainer
to add an image to theProgress.SETUP_COMPLETED
based on the character chosen.The text was updated successfully, but these errors were encountered: