-
Notifications
You must be signed in to change notification settings - Fork 0
Conversation
src/utils/web-client.js
Outdated
@@ -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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oopsies 😄
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't ? Interesting.
This attempts to cleanup the stack navigator as a user logs in and out by resetting the stack.