react-native-redux-router
react-native-redux-router copied to clipboard
React Native Router using Redux architecture
i'm facing issue navigator is depreacted and removed SyntaxError: Unexpected end of JSON input at parse (native) at process._tickCallback (internal/process/next_tick.js:103:7) { Error: write EPIPE at exports._errnoException (util.js:1036:11) at Socket._writeGeneric (net.js:705:26)...
i have a issue that when i change state in redux , the page always got refreshed . like login page when click "login" button to change some state, the...
Please, update your example. You need change: ``` import {Provider} from 'react-redux/native'; ``` to: ``` import {Provider} from 'react-redux'; ``` And change: ``` {() => } ``` to ``` ```...
Hey @aksonov , first of great library! I will preface this with that I am a bit of a noob with react-native. I was wondering how I would achieve calling...
i have implement the basic things like navbar with sidebar but now i just want to nested navigation in existing component which is open but some view is common other...
Is that possible to have a BottomBar that persists (not slides etc. just stays there) across the desired routes? Rather than naming the bars as Nabbar and Tabbar, I will...
A lot of people come to redux-router having seen the redux tutorials, like the one here http://redux.js.org/docs/api/applyMiddleware.html Form the existing redux-router example, it's not clear at all how to achieve...
https://facebook.github.io/react/docs/top-level-api.html#react.cloneelement
I've decided to built flux/redux agnostic version and published 1.0 release of react-native-router-flux, please check, this component will not be supported anymore.