Home
last modified time | relevance | path

Searched defs:clearNavigationStateAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts33 export const clearNavigationStateAsync = jest.fn().mockResolvedValue(null); constant
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts53 export async function clearNavigationStateAsync() { function