Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/bundle/functions/
H A DcreateAsyncStack.ts4 export type StackAction = 'pushstart' | 'pushend' | 'popstart' | 'popend'; alias
12 action: StackAction;
199 function emit(action: StackAction, key: string) {