Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/bundle/native-modules/
H A DDevLauncherInternal.ts37 const serializedNavigationState = await DevLauncher.getNavigationState(); constant
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherInternalModule.kt285 val serializedNavigationState = sharedPreferences.getString("navigationState", null) ?: "" in getNavigationState() constant