sounit-organization / canada_stack_overflow

Stack Overflow like Mobile App
0 stars 2 forks source link

fix post screen type error #57

Closed SOunit closed 2 years ago

SOunit commented 2 years ago

add useTypedSelector

type check for navigation

const CreateComment: NavigationStackScreenComponent = ({ navigation }) => {

ref

https://reactnavigation.org/docs/4.x/typescript/#type-checking-navigation-prop

SOunit commented 2 years ago

issue solved.