Inji-409: Add flipper config (#865)

* feat(inji-344): add flipper config for mmkv and xstate

* feat(inji-409): Add flipper config file and enable devtools for all machines

* feat(inji-409): Add react-navigation to flipper config
This commit is contained in:
Tilak Puli
2023-10-04 16:38:34 +05:30
committed by GitHub
parent ca83cb8158
commit 0dc6139449
11 changed files with 392 additions and 46 deletions

View File

@@ -38,4 +38,9 @@ declare module 'react-native-dotenv' {
* LANGUAGE for the unsupported device languages
*/
export const APPLICATION_LANGUAGE: string;
/**
* Flag for Toggling debug mode
*/
export const DEBUG_MODE: string;
}