Searched refs:bundledNativeModulesPath (Results 1 – 3 of 3) sorted by relevance
52 const bundledNativeModulesPath = resolveFrom.silent( constant56 if (!bundledNativeModulesPath) {62 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);
24 const bundledNativeModulesPath = path.join(EXPO_DIR, 'packages/expo/bundledNativeModules.json');26 bundledNativeModulesPath49 await JsonFile.writeAsync(bundledNativeModulesPath, bundledNativeModules);
122 const bundledNativeModulesPath = path.join(EXPO_PACKAGE_PATH, 'bundledNativeModules.json'); constant123 return await JsonFile.readAsync<BundledNativeModules>(bundledNativeModulesPath);