Updated with develop branch along with VcItemContent.tsx, VcItemActivation.tsx

This commit is contained in:
anil_majji
2023-06-23 13:55:32 +05:30
200 changed files with 5591 additions and 6616 deletions

View File

@@ -4,7 +4,9 @@ import {
GOOGLE_NEARBY_MESSAGES_API_KEY,
} from 'react-native-dotenv';
export const HOST = MIMOTO_HOST;
export let HOST = MIMOTO_HOST;
export const changeCrendetialRegistry = (host) => (HOST = host);
export const MY_VCS_STORE_KEY = 'myVCs';