Home
last modified time | relevance | path

Searched defs:getMobileCountryCodeAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-cellular/build/
H A DExpoCellular.web.d.ts12 getMobileCountryCodeAsync(): Promise<string | null>; constant
H A DCellular.js217 export async function getMobileCountryCodeAsync() { function
/expo/packages/expo-cellular/src/
H A DCellular.ts234 export async function getMobileCountryCodeAsync(): Promise<string | null> { function