React native,我无法在屏幕之间导航

React native, I'm not able to navigate between screens

我正在关注 React 导航文档。我做了所有的安装。 我在最新版本(0.63)中使用 React Native Expo。 当我在 app.tsx 中创建屏幕或创建函数时,我遇到了以下问题。

enter image description here

here所述,您可以执行以下操作:

...
function HomeScreen({ navigation }: { navigation: any} {
...