This should be in line with the code you have in src/reduxify-navigator.js in which the signature of reduxiyNavigator is reduxifyNavigator<State: NavigationState, Props: RequiredProps<State>> and your required props are { state: State, dispatch: NavigationDispatch, }
This should be in line with the code you have in
src/reduxify-navigator.js
in which the signature of reduxiyNavigator isreduxifyNavigator<State: NavigationState, Props: RequiredProps<State>>
and your required props are{ state: State, dispatch: NavigationDispatch, }