Home
last modified time | relevance | path

Searched defs:isoCountryCode (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.d.ts59 export declare const isoCountryCode: string | null; constant
H A DExpoCellular.web.d.ts5 readonly isoCountryCode: null; constant
H A DCellular.js64 export const isoCountryCode = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
/expo/packages/expo-cellular/src/
H A DCellular.ts74 export const isoCountryCode: string | null = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js686 isoCountryCode: { type: 'object', mock: null }, property