Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/project/
H A Ddevices.ts69 const newDeviceIds = typeof deviceIds === 'string' ? [deviceIds] : deviceIds; constant
71 debug(`Saving devices: ${newDeviceIds}`);
74 .filter((device) => !newDeviceIds.includes(device.installationId))
75 .concat(newDeviceIds.map((deviceId) => ({ installationId: deviceId, lastUsed: currentTime })));