Searched refs:nativePlatforms (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/config/src/paths/ |
| H A D | paths.ts | 25 const nativePlatforms = ['ios', 'android']; constant 31 const platforms = nativePlatforms.includes(platform) ? [platform, 'native'] : [platform];
|
| /expo/packages/@expo/config/build/paths/ |
| H A D | paths.js | 63 const nativePlatforms = ['ios', 'android']; variable 68 const platforms = nativePlatforms.includes(platform) ? [platform, 'native'] : [platform];
|
| H A D | paths.js.map | 1 …nativePlatforms","resolveEntryPoint","projectRoot","platform","projectConfig","platforms","include…
|