Closed SOunit closed 2 years ago
// for useSelector hook export type RootState = ReturnType<typeof rootReducer>;
const CreateComment: NavigationStackScreenComponent = ({ navigation }) => {
https://reactnavigation.org/docs/4.x/typescript/#type-checking-navigation-prop
issue solved.
add useTypedSelector
type check for navigation
ref
https://reactnavigation.org/docs/4.x/typescript/#type-checking-navigation-prop