redux-helpers icon indicating copy to clipboard operation
redux-helpers copied to clipboard

Redux middleware and utils for React Navigation

Results 5 redux-helpers issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

I am in the prosess of updating from React navigation v1 to v4. In v1 we used **react-navigation-redux-helpers** for connecting the state. Now I have done this much so far....

TypeError: undefined is not an object (evaluating 'Navigator.router') ![image](https://user-images.githubusercontent.com/18566483/87141368-885f7000-c2d5-11ea-8dfd-d9f5c943f7f8.png)

The full working example link is not available any more - https://github.com/react-navigation/react-navigation/tree/master/examples/ReduxExample Is there another example? I am trying to move from react-navigation 1.0.9 beta to 3.3 and it has...

Hi, I just installed react-navigation-redux-helpers and am having issues with the TypeScript typings ``` node_modules/react-navigation-redux-helpers/index.d.ts:9:10 - error TS7016: Could not find a declaration file for module '@react-navigation/core'. '/Users/foo/ui/node_modules/@react-navigation/core/lib/commonjs/index.js' implicitly has...