Is my understanding right that back press handling / back stack functionality is not supported, but is on the roadmap at some point? I'm playing around with something related to this and would be curious what's the official standpoint on this. Thanks!
w
wasyl
12/16/2019, 6:25 PM
Afaik backstack handling will likely be implemented using Android Navigation Component, with Compose-specific navigators etc.
wasyl
12/16/2019, 6:26 PM
That is, entire navigation will be implementable using navigation component, and that includes backstack management 🙂 As for back press handling, I’m sure something will be available if it’s not there yet