react-navigation / redux-helpers

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

Update index.d.ts for compile errers #56

Closed jshosomichi closed 6 years ago

jshosomichi commented 6 years ago

I've modified the index.d.ts file in accordance with below compile errors.

Ashoat commented 6 years ago

Is that really the right type parameter for Dispatch?

jshosomichi commented 6 years ago

No, I made a mistake. Thanks!

Dispath should receive the application state as a type parameter. I corrected it.

Ashoat commented 6 years ago

Released in react-navigation-redux-helpers@2.0.5