in clickable, I can't write composable functions.
# compose
c
in clickable, I can't write composable functions.
🧵 1
m
you cannot. what is the use case?
onClick { someState.value = true } … if(someState) { showComposable() }. This would work
c
I got it. So, I am trying to use navigation.
m
oh i see. yes. Your mental modal was wrong 😛 OnClick you want to change some state that re-renders the screen