liveview-native / cookbook

Sample templates for common interfaces
22 stars 2 forks source link

Cannot backbutton from the new Media Overview #10

Open bcardarella opened 3 weeks ago

bcardarella commented 3 weeks ago

The backbutton for the Media Overview screen doesn't do anything

bcardarella commented 3 weeks ago

https://github.com/liveview-native/cookbook/blob/main/lib/cookbook_web/live/recipes/media_overview_live.swiftui.ex#L7-L8

carson-katri commented 2 weeks ago

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.