feat:setup language

This commit is contained in:
Sri Kanth Kola
2023-06-23 17:03:21 +05:30
parent 0e7636db61
commit 39ca1a2486
8 changed files with 75 additions and 26 deletions

View File

@@ -18,4 +18,9 @@ declare module 'react-native-dotenv' {
* Flag for Toggling environment url
*/
export const CREDENTIAL_REGISTRY_EDIT: string;
/**
* LANGUAGE for the unsupported device languages
*/
export const APPLICATION_LANGUAGE: string;
}