Nested Navigation types not working as expected in React navigation V6
I recently upgraded my Expo project from React Navigation v5
to React Navigation v6
. In the previous version, I did not use any types, and so I decided to add type safety. However, during the process of adding type safety, I faced an issue.