You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! First of all, this is an amazing repo! Congratulations!!
I'm studying use it into some proof of concept project, and I didn't found nothing about present in full screen.
Do you have implemented this scenario? There's something more to do when when we return .present(view) into Coordinator?
I've tried to use .set(view), but it's replacing my current view, right? So with this we don't have the @Environment(\.presentationMode) var presentationMode to dismiss later 😩.
Thank you.
The text was updated successfully, but these errors were encountered:
@peetorres hey, sorry for the delayed reply - it's technically doable right now by setting a custom presentation style on the AnyPresentationView that you pass to a ViewTransition, but I'm working on adding a more ergonomic approach.
Hello! First of all, this is an amazing repo! Congratulations!!
I'm studying use it into some proof of concept project, and I didn't found nothing about present in full screen.
Do you have implemented this scenario? There's something more to do when when we return
.present(view)
into Coordinator?I've tried to use
.set(view)
, but it's replacing my current view, right? So with this we don't have the@Environment(\.presentationMode) var presentationMode
to dismiss later 😩.Thank you.
The text was updated successfully, but these errors were encountered: