Hi folks.. is there a way to pass value (argument)...
# compose
a
Hi folks.. is there a way to pass value (argument) to screen when go back, example A and B sceen, A navigate to B and when user taps back i'd like send a boolean to screen A
c
Depends on your navigation library. But in general you should handle it via events and states.