Adam Koski
Adam Koski
We noticed that ViewModels were being recreated as we navigated away from a screen (and in our case causing occasional crashes) I believe it's because the latest screen's `ScreenLifecycleOwner` is...
Component gestures like `BackStack3D.Gestures` don't work that well if most of the content is scrollable, like a LazyColumn. Appyx gestures should integrate with the nested scrolling system to consume unused...
The FAQs callout an example with ViewModels was [coming soon](https://bumble-tech.github.io/appyx/faq/#q-can-i-use-it-with-viewmodel), but I couldn't find an associated tracking issue 😄 I imagine it might look something like [HiltSupport](https://github.com/jbreitfeller-sfix/appyx-playground/blob/main/app/src/main/kotlin/com/justinbreitfeller/appyxplayground/HiltSupport.kt) from the [Hilt...
My codebase has some Modifier helpers that can't be converted to Modifier.Nodes, and want to use the [Composable factory guidance](https://developer.android.com/jetpack/compose/custom-modifiers#create_a_custom_modifier_using_a_composable_modifier_factory) but Slack lints (latest `1.3.1`) don't make that easy. Currently...