With React Navigation v6.x and using the .navigate() function, new views always animate from right to left.
Typically this is fine, but I have a couple views that I always want to load from the left.
I have tried to read the docs, code examples, and stackoverflow threads related to transitions and I cannot glean any useful information.
Can anyone can give me some pointers on this?
Cheers