Akhil Jain
12/03/2024, 6:03 PM2.8.4 version
in my project. Here I don’t need to explicitly pass routes to navDestination, I can simply pass data class to composable as destination just like
composable<Destinations.EditScreen> { }
But I can’t find any way to open bottomsheet through this new approach. Previously I was using bottomsheet
extension of NavGraphBuilder
from accompanist
lib. Is there any way to open bottomsheet through latest nav library without passing conventional routes?
cc: @Ian Lake @jossiwolfIan Lake
12/03/2024, 6:12 PMHristijan
12/04/2024, 7:05 AMjossiwolf
12/06/2024, 12:16 PMjossiwolf
12/06/2024, 12:17 PM