Home
last modified time | relevance | path

Searched refs:getIsoCountryCodeAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.js170 export async function getIsoCountryCodeAsync() { function
171 if (!ExpoCellular.getIsoCountryCodeAsync) {
174 return await ExpoCellular.getIsoCountryCodeAsync();
H A DExpoCellular.web.d.ts10 getIsoCountryCodeAsync(): Promise<string | null>; constant
H A DCellular.d.ts148 export declare function getIsoCountryCodeAsync(): Promise<string | null>;
H A DExpoCellular.web.js42 async getIsoCountryCodeAsync() {
H A DCellular.js.map1getIsoCountryCodeAsync()`](#getisocountrycodeAsync) instead.\n *\n */\nexport const isoCountryCode…
H A DExpoCellular.web.js.map1 …nc(): Promise<boolean | null> {\n return null;\n },\n async getIsoCountryCodeAsync(): Promise…
/expo/packages/expo-cellular/src/
H A DCellular.ts185 export async function getIsoCountryCodeAsync(): Promise<string | null> { function
186 if (!ExpoCellular.getIsoCountryCodeAsync) {
189 return await ExpoCellular.getIsoCountryCodeAsync();
H A DExpoCellular.web.ts43 async getIsoCountryCodeAsync(): Promise<string | null> {
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx34 isoCountryCode: await Cellular.getIsoCountryCodeAsync(),