📌  相关文章
📜  ERROR TypeError: undefined is not an object (evalating 'route.key') - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:29.698000             🧑  作者: Mango

代码示例1
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.