Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Navigation cleanup #10

Merged
merged 6 commits into from
Sep 21, 2018
Merged

Navigation cleanup #10

merged 6 commits into from
Sep 21, 2018

Conversation

bmleight
Copy link

@bmleight bmleight commented Sep 19, 2018

This attempts to cleanup the stack navigator as a user logs in and out by resetting the stack.

@@ -2,16 +2,16 @@ const Axios = require('axios');

const internals = {
//Configure this to your environment
host: process.env.API_HOST || '',
prefix: process.env.API_PREFIX || '',
host: process.env.API_HOST || 'https://staging.getcupie.com',

Choose a reason for hiding this comment

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

oopsies 😄

Copy link
Author

Choose a reason for hiding this comment

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

whoops -- I'll pull it out, am working on merging in updates from master anyway. I put it back while testing because I couldn't get specifying them on the command line working. Is that working for you?

@@ -64,6 +64,7 @@
"pre-commit": "^1.2.2",
"react-devtools": "^3.3.4",
"react-native-rename": "^2.2.2",
"redux-devtools-extension": "^2.13.5"
"redux-devtools-extension": "^2.13.5",
"schedule": "^0.4.0"
Copy link
Author

Choose a reason for hiding this comment

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

@jdonisvitch did you run into this issue when upgrading dependencies? facebook/react-native#21150

Choose a reason for hiding this comment

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

I didn't ? Interesting.

@bmleight bmleight merged commit de3dafa into recipe-auth Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants