Hey! Have been using voyager library for awhile and I've really liked it! But now my app is crashing and i don't know why...:
java.lang.IllegalArgumentException: Key presentation.screen.home.HomeScreen:transition was used multiple times
Any idea? thanks
b
Benjamin
04/17/2024, 3:20 PM
I had a problem similar to this. It was also creating multiple instance of my screen, as in api call were done multiple time, etc. I remove my transition animation and it went away.