Nick Sarno

Results 5 comments of Nick Sarno

> I improved the code by adding FirstRunManager, a singleton, to manage one-time execution logic. This ensures that certain actions only run on the first app launch. We use a...

Hey @Aelx-Vaiman Thanks for the updates here. I actually do not use this component any more and I only use native tabbars because they are more performant. You are more...

Hi @xqsadness I'm still not seeing how to reproduce this. You're saying to open the app and click "dismiss screen" 100x?

Hi, maybe it is a problem with your implementation? When I use the [Sample project](https://github.com/SwiftfulThinking/SwiftfulRoutingExample), I can dismissScreenStack multiple times and it is working as expected. Can you provide sample...

Thanks @edementiev for finding this bug and for the example project - it helped a lot. This is now fixed in release [5.3.5](https://github.com/SwiftfulThinking/SwiftfulRouting/releases/tag/5.3.5). Feel free to re-open this issue if...