| /expo/apps/test-suite/tests/ |
| H A D | Cellular.js | 23 const isoCountryCode = Cellular.isoCountryCode; 25 expect(isoCountryCode).toBeDefined();
|
| /expo/packages/expo-cellular/build/ |
| H A D | Cellular.js | 64 export const isoCountryCode = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
|
| H A D | ExpoCellular.web.d.ts | 5 readonly isoCountryCode: null; constant
|
| H A D | Cellular.d.ts | 59 export declare const isoCountryCode: string | null; constant
|
| H A D | ExpoCellular.web.js | 9 get isoCountryCode() {
|
| H A D | ExpoCellular.web.js.map | 1 … null;\n },\n get carrier(): null {\n return null;\n },\n get isoCountryCode(): null {\n …
|
| H A D | Cellular.js.map | 1 …isoCountryCode; // \"us\" or \"au\"\n * ```\n * @deprecated Use [`getIsoCountryCodeAsync()`](#geti…
|
| /expo/packages/expo-cellular/src/ |
| H A D | Cellular.ts | 74 export const isoCountryCode: string | null = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
|
| H A D | ExpoCellular.web.ts | 10 get isoCountryCode(): null {
|
| /expo/ios/versioned/sdk48/ExpoCellular/ |
| H A D | CellularModule.swift | 21 Self.currentCarrier()?.isoCountryCode in definition() 86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
|
| /expo/ios/versioned/sdk47/ExpoCellular/ |
| H A D | CellularModule.swift | 21 Self.currentCarrier()?.isoCountryCode in definition() 86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
|
| /expo/ios/versioned/sdk49/ExpoCellular/ |
| H A D | CellularModule.swift | 21 Self.currentCarrier()?.isoCountryCode in definition() 86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
|
| /expo/packages/expo-cellular/ios/ |
| H A D | CellularModule.swift | 21 Self.currentCarrier()?.isoCountryCode in definition() 86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | CellularScreen.tsx | 13 isoCountryCode: string | null; 34 isoCountryCode: await Cellular.getIsoCountryCodeAsync(),
|
| /expo/packages/expo-location/build/ |
| H A D | Location.types.d.ts | 416 isoCountryCode: string | null;
|
| /expo/packages/expo-location/src/ |
| H A D | Location.types.ts | 454 isoCountryCode: string | null;
|
| /expo/packages/expo-contacts/build/ |
| H A D | Contacts.d.ts | 124 isoCountryCode?: string;
|
| /expo/packages/expo-contacts/src/ |
| H A D | Contacts.ts | 136 isoCountryCode?: string;
|
| /expo/packages/expo-cellular/ |
| H A D | CHANGELOG.md | 122 - Add TypeScript types to the exported constants: `allowsVoip`, `carrier`, `isoCountryCode`, `mobil…
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts+Serialization.m | 73 address[@"isoCountryCode"] = val.ISOCountryCode; 526 address.ISOCountryCode = item[@"isoCountryCode"];
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts+Serialization.m | 73 address[@"isoCountryCode"] = val.ISOCountryCode; 526 address.ISOCountryCode = item[@"isoCountryCode"];
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts+Serialization.m | 73 address[@"isoCountryCode"] = val.ISOCountryCode; 526 address.ISOCountryCode = item[@"isoCountryCode"];
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts+Serialization.m | 73 address[@"isoCountryCode"] = val.ISOCountryCode; 526 address.ISOCountryCode = item[@"isoCountryCode"];
|
| /expo/ios/versioned/sdk49/EXLocation/EXLocation/ |
| H A D | ABI49_0_0EXLocation.m | 306 @"isoCountryCode": ABI49_0_0EXNullIfNil(placemark.ISOcountryCode),
|
| /expo/ios/versioned/sdk47/EXLocation/EXLocation/ |
| H A D | ABI47_0_0EXLocation.m | 306 @"isoCountryCode": ABI47_0_0EXNullIfNil(placemark.ISOcountryCode),
|