Searched refs:validKeys (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-router/src/fork/ |
| H A D | validatePathConfig.ts | 4 const validKeys = ['initialRouteName', 'screens', '_route']; constant 7 validKeys.push('path', 'exact', 'stringify', 'parse'); 10 const invalidKeys = Object.keys(config).filter((key) => !validKeys.includes(key)); 17 validKeys
|
| /expo/packages/expo-router/build/fork/ |
| H A D | validatePathConfig.js | 5 const validKeys = ['initialRouteName', 'screens', '_route']; 7 validKeys.push('path', 'exact', 'stringify', 'parse'); 9 const invalidKeys = Object.keys(config).filter((key) => !validKeys.includes(key)); 11 …erty?\n\nYou can only specify the following properties:\n${formatToList(validKeys)}\n\nSee https:/…
|
| H A D | validatePathConfig.js.map | 1 …validKeys = ['initialRouteName', 'screens', '_route'];\n\n if (!root) {\n validKeys.push('path…
|