i am using typesafe arg in navigation compose does...
# compose-android
t
i am using typesafe arg in navigation compose does anyone know how to retrieve the arguments from a
SaveStateHandle
using this approach
i
savedStateHandle.toRoute()
👍 2
t
@Ian Lake thanks for you reply i have a
data class ScreenA(val id: Int, val customType: CustomType)
CustomType
is parcelable i don't own it's implementation how can i use it in my type safe navigation system i can't drop the customType it is a wrapper around string
i
That was covered in the documentation and the blog post
t
@Ian Lake Thanx👍