Home
last modified time | relevance | path

Searched refs:isoCountryCode (Results 1 – 25 of 36) sorted by relevance

12

/expo/apps/test-suite/tests/
H A DCellular.js23 const isoCountryCode = Cellular.isoCountryCode;
25 expect(isoCountryCode).toBeDefined();
/expo/packages/expo-cellular/build/
H A DCellular.js64 export const isoCountryCode = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
H A DExpoCellular.web.d.ts5 readonly isoCountryCode: null; constant
H A DCellular.d.ts59 export declare const isoCountryCode: string | null; constant
H A DExpoCellular.web.js9 get isoCountryCode() {
H A DExpoCellular.web.js.map1 … null;\n },\n get carrier(): null {\n return null;\n },\n get isoCountryCode(): null {\n …
H A DCellular.js.map1isoCountryCode; // \"us\" or \"au\"\n * ```\n * @deprecated Use [`getIsoCountryCodeAsync()`](#geti…
/expo/packages/expo-cellular/src/
H A DCellular.ts74 export const isoCountryCode: string | null = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
H A DExpoCellular.web.ts10 get isoCountryCode(): null {
/expo/ios/versioned/sdk48/ExpoCellular/
H A DCellularModule.swift21 Self.currentCarrier()?.isoCountryCode in definition()
86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
/expo/ios/versioned/sdk47/ExpoCellular/
H A DCellularModule.swift21 Self.currentCarrier()?.isoCountryCode in definition()
86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
/expo/ios/versioned/sdk49/ExpoCellular/
H A DCellularModule.swift21 Self.currentCarrier()?.isoCountryCode in definition()
86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
/expo/packages/expo-cellular/ios/
H A DCellularModule.swift21 Self.currentCarrier()?.isoCountryCode in definition()
86 "isoCountryCode": carrier?.isoCountryCode, in getCurrentCellularInfo()
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx13 isoCountryCode: string | null;
34 isoCountryCode: await Cellular.getIsoCountryCodeAsync(),
/expo/packages/expo-location/build/
H A DLocation.types.d.ts416 isoCountryCode: string | null;
/expo/packages/expo-location/src/
H A DLocation.types.ts454 isoCountryCode: string | null;
/expo/packages/expo-contacts/build/
H A DContacts.d.ts124 isoCountryCode?: string;
/expo/packages/expo-contacts/src/
H A DContacts.ts136 isoCountryCode?: string;
/expo/packages/expo-cellular/
H A DCHANGELOG.md122 - Add TypeScript types to the exported constants: `allowsVoip`, `carrier`, `isoCountryCode`, `mobil…
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts+Serialization.m73 address[@"isoCountryCode"] = val.ISOCountryCode;
526 address.ISOCountryCode = item[@"isoCountryCode"];
/expo/packages/expo-contacts/ios/EXContacts/
H A DEXContacts+Serialization.m73 address[@"isoCountryCode"] = val.ISOCountryCode;
526 address.ISOCountryCode = item[@"isoCountryCode"];
/expo/ios/versioned/sdk49/EXContacts/EXContacts/
H A DABI49_0_0EXContacts+Serialization.m73 address[@"isoCountryCode"] = val.ISOCountryCode;
526 address.ISOCountryCode = item[@"isoCountryCode"];
/expo/ios/versioned/sdk48/EXContacts/EXContacts/
H A DABI48_0_0EXContacts+Serialization.m73 address[@"isoCountryCode"] = val.ISOCountryCode;
526 address.ISOCountryCode = item[@"isoCountryCode"];
/expo/ios/versioned/sdk49/EXLocation/EXLocation/
H A DABI49_0_0EXLocation.m306 @"isoCountryCode": ABI49_0_0EXNullIfNil(placemark.ISOcountryCode),
/expo/ios/versioned/sdk47/EXLocation/EXLocation/
H A DABI47_0_0EXLocation.m306 @"isoCountryCode": ABI47_0_0EXNullIfNil(placemark.ISOcountryCode),

12