Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolvePlatform.ts54 const stringifiedPlatform = String(platform); constant
55 if (!['android', 'ios', 'web'].includes(stringifiedPlatform)) {