Home
last modified time | relevance | path

Searched refs:formatDeviceChoice (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/options/__tests__/
H A DpromptDevice-test.ts2 import { formatDeviceChoice } from '../promptDevice';
4 describe(formatDeviceChoice, () => {
6 const option = formatDeviceChoice({
19 const option = formatDeviceChoice({
32 const option = formatDeviceChoice({
53 const option = formatDeviceChoice({
/expo/packages/@expo/cli/src/run/ios/options/
H A DpromptDevice.ts18 export function formatDeviceChoice(item: AnyDevice): { title: string; value: string } { function
39 choices: devices.map((item) => formatDeviceChoice(item)),