Home
last modified time | relevance | path

Searched refs:addInteractionListener (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/interface/
H A DstartInterface.ts11 import { addInteractionListener, pauseInteractions } from '../../utils/prompts';
202 addInteractionListener(listener);
/expo/packages/@expo/cli/src/utils/
H A Dprompts.ts109 export function addInteractionListener(callback: InteractionCallback) { function