âšī¸Info Onboarding
Screens with information that help the user know the functionalities found in the application.
Integrations
In order to obtain the information that is going to be displayed on the screens, an integration with the API is needed, for which the following environment variable is required:
How to use it?
Import the INFO_ONBOARDING_SCREENS constant where you have the Stack.Navigator you want to display the screens:
Add this code block to the Stack.Navigator you want to display the screens
Import InfoOnboardingStackParams type where you have the stack params list type of the Stack.Navigator you want to display the Info onboarding screens. It is usually the
types.ts
file:
Add the InfoOnboardingStackParams type to your stack params list type, so your stack navigator can recognize the info onboarding screens:
Last updated