react-navigation / redux-helpers

Redux middleware and utils for React Navigation
Other
296 stars 43 forks source link

Fixed typing issues for typescript #62

Closed rodrigoelp closed 6 years ago

rodrigoelp commented 6 years ago

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, }

Ashoat commented 6 years ago

Looks good to me, thanks for the PR!

Ashoat commented 6 years ago

I've published react-navigation-redux-helpers@2.0.6 with this PR.