🛂Client Support
Screens with information that help the user to be able to establish communication with the application support team.
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 variables are required:
How to use it?
Import SUPPORT_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 SupportStackParams type where you have the stack params list type of the Stack.Navigator you want to display the support screens. It is usually the
types.ts
file:
Add SupportStackParams type to your stack params list type, so your stack navigator can recognize the support screens:
Last updated