Open bcardarella opened 3 weeks ago
The backbutton for the Media Overview screen doesn't do anything
https://github.com/liveview-native/cookbook/blob/main/lib/cookbook_web/live/recipes/media_overview_live.swiftui.ex#L7-L8
This is something I think native commands can solve. We could add a command dismiss() that triggers the dismiss action in SwiftUI to go backward.
dismiss()
The backbutton for the Media Overview screen doesn't do anything