Home
last modified time | relevance | path

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

/expo/packages/expo-cellular/build/
H A DCellular.d.ts77 export declare const mobileCountryCode: string | null; constant
H A DExpoCellular.web.d.ts6 readonly mobileCountryCode: null; constant
H A DCellular.js83 export const mobileCountryCode = ExpoCellular constant
/expo/packages/expo-cellular/src/
H A DCellular.ts94 export const mobileCountryCode: string | null = ExpoCellular constant
/expo/packages/jest-expo/src/preset/
H A DexpoModules.js687 mobileCountryCode: { type: 'object', mock: null }, property