Home
last modified time | relevance | path

Searched refs:CELLULAR_4G (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-cellular/build/
H A DCellular.types.d.ts22 CELLULAR_4G = 3, enumerator
H A DExpoCellular.web.js30 return CellularGeneration.CELLULAR_4G;
H A DCellular.types.js.map1 …G cellular network. Includes HSPAP and LTE type connections.\n */\n CELLULAR_4G = 3,\n /**\n …
H A DExpoCellular.web.js.map1 ….CELLULAR_3G;\n case '4g':\n return CellularGeneration.CELLULAR_4G;\n defau…
H A DCellular.js.map1 …await Cellular.getCellularGenerationAsync();\n * // CellularGeneration.CELLULAR_4G\n * ```\n */\ne…
/expo/packages/expo-cellular/src/
H A DCellular.types.ts29 CELLULAR_4G = 3, enumerator
H A DExpoCellular.web.ts31 return CellularGeneration.CELLULAR_4G;
/expo/apps/native-component-list/src/screens/
H A DCellularScreen.tsx67 [Cellular.CellularGeneration.CELLULAR_4G]: '4G',