我试图使用react导航,但当我使用npx react-native run-android运行程序时,我得到了以下错误 error: Error: Unable to resolve module `@react-navigation/stack` from `src\nav\nav.js`: @react-navigation/stack could not be found within the project.
/node_modules/@react-navigation/stack/lib/typescript/src/index has no exported member StackNavigationProp我已经尝试过再次安装@react-navigation/stack,我也尝试过expo start -c,但两者都没有帮助。AuthStackParams.ts
import { StackNavigationProp } from '@react-nav