react-native-redux-router icon indicating copy to clipboard operation
react-native-redux-router copied to clipboard

Routes information

Open kitolog opened this issue 9 years ago • 3 comments

Hi, how can I get an initial route and current route?

kitolog avatar Dec 03 '15 14:12 kitolog

Just check initial and currentRoute properties of the state.

aksonov avatar Dec 04 '15 10:12 aksonov

And how can I get a state?

kitolog avatar Dec 04 '15 15:12 kitolog

It is all about Redux - use redux 'connect' for your class

aksonov avatar Dec 04 '15 15:12 aksonov