https://kotlinlang.org logo
#compose
Title
# compose
r

Roudy Korkis Kanaan

01/15/2022, 2:14 AM
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

Ian Lake

01/15/2022, 5:29 PM
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

Roudy Korkis Kanaan

01/16/2022, 12:01 AM
Thank you for the suggestion @Ian Lake! I will add that ^^
I've updated the doc with best practices for previews(: