Searched refs:getIsoCountryCodeAsync (Results 1 – 9 of 9) sorted by relevance
170 export async function getIsoCountryCodeAsync() { function171 if (!ExpoCellular.getIsoCountryCodeAsync) {174 return await ExpoCellular.getIsoCountryCodeAsync();
10 getIsoCountryCodeAsync(): Promise<string | null>; constant
148 export declare function getIsoCountryCodeAsync(): Promise<string | null>;
42 async getIsoCountryCodeAsync() {
1 …getIsoCountryCodeAsync()`](#getisocountrycodeAsync) instead.\n *\n */\nexport const isoCountryCode…
1 …nc(): Promise<boolean | null> {\n return null;\n },\n async getIsoCountryCodeAsync(): Promise…
185 export async function getIsoCountryCodeAsync(): Promise<string | null> { function186 if (!ExpoCellular.getIsoCountryCodeAsync) {189 return await ExpoCellular.getIsoCountryCodeAsync();
43 async getIsoCountryCodeAsync(): Promise<string | null> {
34 isoCountryCode: await Cellular.getIsoCountryCodeAsync(),