Configuration Files
onboarding.config.ts
This file is used to configure the onboarding-checklist.tsx allowing to provide the users with rewards for each completed step.
If an onboarding step is completed it will create a new row in Supabase for the onboarding_rewards
table to keep track of the tasks the user has completed.
There is no limit on the amount of steps that can be added to the onboarding. Though, I recommend to keep it between 3-4 steps.
It’s recommended to just look at the onboarding-checklist.tsx and change some values in the onboarding.config.ts
to see how the component will change.
You can then pass down the values for the completionCheck.field
we declared in our onboarding.config.ts
which will then check if the condition has been met.