ERROR TypeError: undefined is not an object (evaluating 'route.key')
I had the same problem, and it was the @react-navigation/native and
@react-navigation/stack versions installed. Make sure that the 2 libraries have
the same version in the package.json file.