Lines Matching refs:EXPO_DIR
8 import { EXPO_DIR, EXPOTOOLS_DIR } from '../Constants';
66 const bareExpoRoot = path.join(EXPO_DIR, 'apps', 'bare-expo');
70 path.join(EXPO_DIR, 'apps', 'native-component-list', 'package.json')
90 const workspacePackageJsonPath = path.join(EXPO_DIR, 'package.json');
101 const reactNativeRoot = path.join(EXPO_DIR, 'node_modules', 'react-native');
137 path.join(EXPO_DIR, 'node_modules', '@react-navigation/elements', 'src/Header/Header.tsx'),
151 path.join(EXPO_DIR, 'node_modules', 'detox', 'android/detox/build.gradle'),
165 EXPO_DIR,
183 EXPO_DIR,
201 EXPO_DIR,
218 await applyPatchAsync({ patchContent, cwd: EXPO_DIR, stripPrefixNum: 1 });
226 const root = path.join(EXPO_DIR, 'apps', 'bare-expo');
271 const gradleFile = path.join(EXPO_DIR, 'node_modules', module, 'android', 'build.gradle');
292 const gradleFile = path.join(EXPO_DIR, 'node_modules', module, 'android', 'build.gradle');