Hey! Have been using voyager library for awhile an...
# multiplatform
e
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
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.
🫶 1
e
i'll try that! thanks