refactor(#611): [Vijay] add new input in github action workflow to toggle the themes

This commit is contained in:
vijay
2023-03-07 19:19:45 +05:30
parent fa9f06694b
commit 6a35e48349
4 changed files with 18 additions and 4 deletions

View File

@@ -13,4 +13,9 @@ declare module 'react-native-dotenv' {
* Flag for using BLE share library
*/
export const USE_BLE_SHARE: string;
/**
* Flag for Toggling Purple Theme and Default Theme
*/
export const APPLICATION_THEME: string;
}