Searched refs:logNewSection (Results 1 – 10 of 10) sorted by relevance
5 import { logNewSection } from './ora';10 const cleanJsDepsStep = logNewSection('Cleaning JavaScript dependencies');
11 import { logNewSection } from './ora';72 let step = logNewSection('Installing CocoaPods...');97 step = logNewSection('Running `pod install` in the `ios` directory.');
96 export function logNewSection(title: string) { function
9 import { logNewSection } from '../../utils/ora';107 const ora = logNewSection(`Installing Expo Go on ${deviceManager.name}`);
11 import { logNewSection } from '../utils/ora';104 const ora = logNewSection(
13 import { logNewSection } from '../utils/ora';114 const configSyncingStep = logNewSection('Config syncing');
9 import { logNewSection } from '../utils/ora';16 const step = logNewSection(`Clearing ${folders.join(', ')}`);
10 import { logNewSection } from '../utils/ora';34 const updatingPackageJsonStep = logNewSection(
10 import { logNewSection } from '../../../utils/ora';132 const installingPackageStep = logNewSection(`Installing ${packagesStr}`);
189 let step = logNewSection('Installing CocoaPods.');205 step = logNewSection('Running `pod install` in the `ios` directory.');238 export function logNewSection(title: string) { function