Searched defs:isoCountryCode (Results 1 – 5 of 5) sorted by relevance
59 export declare const isoCountryCode: string | null; constant
5 readonly isoCountryCode: null; constant
64 export const isoCountryCode = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
74 export const isoCountryCode: string | null = ExpoCellular ? ExpoCellular.isoCountryCode : null; constant
686 isoCountryCode: { type: 'object', mock: null }, property