Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional routers #10

Merged
merged 5 commits into from
Jul 31, 2017
Merged

Optional routers #10

merged 5 commits into from
Jul 31, 2017

Conversation

benjaminreid
Copy link
Contributor

@benjaminreid benjaminreid commented Jul 21, 2017

This now lets the you choose whether you’d like react-navigation or react-native-router-flux (capped to 3.41.0).

It also includes a fix for exporting sagas, which seems to be an odd error with Babel at the moment.

Also, fixes #9

screen shot 2017-07-21 at 16 26 23

@@ -193,10 +275,11 @@ module.exports = class extends Generator {
}

install() {
return;
Copy link
Contributor

@craigcoles craigcoles Jul 28, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is WIP, but can we make sure this gets removed. Install event won't fire otherwise. Removed it locally for now as you might of put it in there for a reason 👍

Copy link
Contributor

@craigcoles craigcoles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔀 🔄 👍 🎉

@benjaminreid benjaminreid merged commit e876ff1 into master Jul 31, 2017
@benjaminreid benjaminreid deleted the routers branch July 31, 2017 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove ActionConst import
2 participants