Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/bundle/native-modules/__mocks__/
H A DDevLauncherInternal.ts32 export const saveNavigationStateAsync = jest.fn().mockResolvedValue(null); constant
/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts49 export async function saveNavigationStateAsync(navigationState: string) { function