tyao1 / react-native-redux-router-boilerplate

A boilerplate for react-native
MIT License
1 stars 1 forks source link

How about combine with the project "Qwikly/react-native-router-redux" #1

Open tom31203120 opened 8 years ago

tom31203120 commented 8 years ago

You really did a great work that help a lot .I must say thank you . But the part about "redux-router" , I wonder if it is possible to combine with the project "react-native-router-redux". https://github.com/Qwikly/react-native-router-redux

tyao1 commented 8 years ago

@tom31203120 I'm glad that it helped you. This boilerplate is a little outdated. Last time I try react-native-router-redux, it didn't work in latest react-native, I just noticed it is updated. I would update the boilerplate in several days. There is a proposal for a better navigation in react-native: https://github.com/ericvicenti/navigation-rfc, it would be a better choice. But currently, react-native-router-redux seems doing a quite good job.

tyao1 commented 8 years ago

I've looked into Qwikly/react-native-router-redux today, and find out it still has bugs that makes part of the router unusable. So I will keep the router in this repo until a better implementation comes out.