Add logic to don't show the onboarding once it has been shown once

This commit is contained in:
Pablo Velez Vidal
2022-11-15 00:11:24 +01:00
parent ca053ed9c4
commit 375d64c35e
5 changed files with 38 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ export const GLOBAL_IDENTIFIERS = {
DEVICE_TOKEN: 'deviceToken',
MULTI_SERVER_TUTORIAL: 'multiServerTutorial',
PROFILE_LONG_PRESS_TUTORIAL: 'profileLongPressTutorial',
ONBOARDING: 'onboarding',
};
export enum OperationType {