Home
last modified time | relevance | path

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

/expo/packages/expo-cellular/build/
H A DCellular.js239 export async function getMobileNetworkCodeAsync() { function
240 if (!ExpoCellular.getMobileNetworkCodeAsync) {
243 return await ExpoCellular.getMobileNetworkCodeAsync();
H A DExpoCellular.web.d.ts13 getMobileNetworkCodeAsync(): Promise<string | null>; constant
H A DCellular.d.ts202 export declare function getMobileNetworkCodeAsync(): Promise<string | null>;
H A DExpoCellular.web.js51 async getMobileNetworkCodeAsync() {
H A DCellular.js.map1getMobileNetworkCodeAsync()`](#getmobilenetworkcodeasync) instead.\n *\n */\nexport const mobileNe…
H A DExpoCellular.web.js.map1 …nc(): Promise<string | null> {\n return null;\n },\n async getMobileNetworkCodeAsync(): Promi…
/expo/packages/expo-cellular/src/
H A DCellular.ts257 export async function getMobileNetworkCodeAsync(): Promise<string | null> { function
258 if (!ExpoCellular.getMobileNetworkCodeAsync) {
261 return await ExpoCellular.getMobileNetworkCodeAsync();
H A DExpoCellular.web.ts52 async getMobileNetworkCodeAsync(): Promise<string | null> {
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx36 mobileNetworkCode: await Cellular.getMobileNetworkCodeAsync(),