Home
last modified time | relevance | path

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

/expo/packages/expo-router/src/fork/
H A DvalidatePathConfig.ts1 const formatToList = (items: string[]) => items.map((key) => `- ${key}`).join('\n'); constant
14 `Found invalid properties in the configuration:\n${formatToList(
16 …them under a 'screens' property?\n\nYou can only specify the following properties:\n${formatToList(
/expo/packages/expo-router/build/fork/
H A DvalidatePathConfig.js3 const formatToList = (items) => items.map((key) => `- ${key}`).join('\n'); function
11formatToList(invalidKeys)}\n\nDid you forget to specify them under a 'screens' property?\n\nYou ca…
H A DvalidatePathConfig.js.map1formatToList = (items: string[]) => items.map((key) => `- ${key}`).join('\\n');\n\nexport default …