🔧Settings
Screens to configure necessary permissions 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 variables are required:
How to use it?
Import SETTINGS_SCREENS constant in the file where you have the Stack.Navigator.
Add this code block to the Stack.Navigator where you want to display the screens
Import NotificationConfigParams type, where you have the stack params list type of the Stack.Navigator you want to display the Notification Screen. It is usually the types.ts file.
Add the NotificationConfigParams type to your stack params list type, so your stack navigator can recognize the Notification Screen.
Last updated