Closed johnpatrickmorgan closed 2 years ago
This is a draft PR exploring the idea (suggested by @maximkrouk in #3) of overcoming SwiftUI's limitations on how many screens can be pushed in one update by pushing screens one at a time after a delay.
Support has now been added for this in v0.1.0 with:
$routes.withDelaysIfUnsupported { ... }
This is a draft PR exploring the idea (suggested by @maximkrouk in #3) of overcoming SwiftUI's limitations on how many screens can be pushed in one update by pushing screens one at a time after a delay.