Solved merge conflicts

This commit is contained in:
anil_majji
2023-02-10 13:47:34 +05:30
committed by Sri Kanth Kola
parent c7a08bb4c3
commit c085fc3e80
7 changed files with 552 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import {
GOOGLE_NEARBY_MESSAGES_API_KEY,
} from 'react-native-dotenv';
export const HOST = MIMOTO_HOST;
export const HOST = 'https://api.dev.mosip.net/residentmobileapp';
export const MY_VCS_STORE_KEY = 'myVCs';