Composable Function

currentBackStackEntryAsState

Gets the current navigation back stack entry as a MutableState.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

currentBackStackEntryAsState

Common
@Composable
public fun NavController.currentBackStackEntryAsState(): State<NavBackStackEntry?>

Gets the current navigation back stack entry as a MutableState. When the given navController changes the back stack due to a NavController.navigate or NavController.popBackStack this will trigger a recompose and return the top entry on the back stack.

Returns

a mutable state of the current back stack entry