Hey everyone! First time posting but wanted to sha...
# compose
r
Hey everyone! First time posting but wanted to share this little project I was working on for fun to create an alternative to the nav component for compose, first time I publish anything so feel free to bombard me with suggestions and criticism 😊 I just wanted a solution that doesn't use pre-declared destinations (nav component, plus missing features like animations) and didn't require code-gen and dependency on accompanist (compose-destinations). And if this isn't the right place to share lemme know ^^ https://github.com/roudikk/compose-navigator
👏 3
❤️ 1
i
Neat! I'd suggest adding a section on best practices for Testing / supporting Previews in your docs as well, particularly if you are assuming each screen is going to be calling findNavigator(), etc.
👍 2
r
Thank you for the suggestion @Ian Lake! I will add that ^^
I've updated the doc with best practices for previews(: