Searched refs:mobileCountryCode (Results 1 – 16 of 16) sorted by relevance
| /expo/apps/test-suite/tests/ |
| H A D | Cellular.js | 30 const mobileCountryCode = Cellular.mobileCountryCode; 32 expect(mobileCountryCode).toBeDefined();
|
| /expo/packages/expo-cellular/build/ |
| H A D | Cellular.js | 83 export const mobileCountryCode = ExpoCellular constant 84 ? ExpoCellular.mobileCountryCode
|
| H A D | ExpoCellular.web.d.ts | 6 readonly mobileCountryCode: null; constant
|
| H A D | Cellular.d.ts | 77 export declare const mobileCountryCode: string | null; constant
|
| H A D | ExpoCellular.web.js | 12 get mobileCountryCode() {
|
| H A D | ExpoCellular.web.js.map | 1 … },\n get isoCountryCode(): null {\n return null;\n },\n get mobileCountryCode(): null {\n …
|
| H A D | Cellular.js.map | 1 …mobileCountryCode; // \"310\"\n * ```\n * @deprecated Use [`getMobileCountryCodeAsync()`](#getmobi…
|
| /expo/packages/expo-cellular/src/ |
| H A D | Cellular.ts | 94 export const mobileCountryCode: string | null = ExpoCellular constant 95 ? ExpoCellular.mobileCountryCode
|
| H A D | ExpoCellular.web.ts | 13 get mobileCountryCode(): null {
|
| /expo/ios/versioned/sdk48/ExpoCellular/ |
| H A D | CellularModule.swift | 29 Self.currentCarrier()?.mobileCountryCode in definition() 87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
|
| /expo/ios/versioned/sdk47/ExpoCellular/ |
| H A D | CellularModule.swift | 29 Self.currentCarrier()?.mobileCountryCode in definition() 87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
|
| /expo/ios/versioned/sdk49/ExpoCellular/ |
| H A D | CellularModule.swift | 29 Self.currentCarrier()?.mobileCountryCode in definition() 87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
|
| /expo/packages/expo-cellular/ios/ |
| H A D | CellularModule.swift | 29 Self.currentCarrier()?.mobileCountryCode in definition() 87 "mobileCountryCode": carrier?.mobileCountryCode, in getCurrentCellularInfo()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | CellularScreen.tsx | 14 mobileCountryCode: string | null; 35 mobileCountryCode: await Cellular.getMobileCountryCodeAsync(),
|
| /expo/packages/expo-cellular/ |
| H A D | CHANGELOG.md | 122 …the exported constants: `allowsVoip`, `carrier`, `isoCountryCode`, `mobileCountryCode` and `mobile…
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 687 mobileCountryCode: { type: 'object', mock: null }, property
|