feat(#305): Mohammed Jaffer | Harsh: adding new lib file for consolidating share libs

This commit is contained in:
Mohammed Jaffer
2022-12-16 16:51:01 +05:30
parent 7ed128595a
commit 3142c077f5
2 changed files with 23 additions and 0 deletions

View File

@@ -8,4 +8,9 @@ declare module 'react-native-dotenv' {
* API key to use Google Nearby Messages API
*/
export const GOOGLE_NEARBY_MESSAGES_API_KEY: string;
/**
* Flag for using BLE share library
*/
export const USE_BLE_SHARE: string;
}