React Navigation + TypeScript Error: Type 'EventStackParams' does not satisfy the constraint 'Record<string, object | undefined>'
问题 I'm adding TypeScript to my React Native/React Navigation 5 Navigator, but having an issue with Adding EventStackParams to the createStackNavigator() . I've looked through the React Native 5 Docs, StackOverflow, and GitHub, but no luck. What am I doing wrong? Below is my error and the code Error: Type 'EventStackParams' does not satisfy the constraint 'Record<string, object | undefined>'. Index signature is missing in type 'EventStackParams'.ts(2344) Navigation.tsx: // Imports: TypeScript