Juan José Ramírez Calderón
Juan José Ramírez Calderón
I just had same error. Expecting `.env.local` to be used while running tests, but surprised when it was actually reading `.env` I was going to say "docs should be updated"...
Hi, I'm trying a Spinner with 'FadingCircle' as type, works on iOS but on Android shows only the square spinner. Is this related?
is there a workaround for this?
Found it: ```typescript const api = create({ baseURL: 'https://www.xxxxx.com', }); api.addRequestTransform(request => { console.log('baseURL:' + api.getBaseURL() + ' requestURL:' + request.url); }) ```
Yeah, disabling cache works, for those like me who didn't get it related to React Native Debugger 
is this possible with some workaround?
so, where do we put this code? ``` if (__DEV__) { require("promise/setimmediate/rejection-tracking").enable({ allRejections: true, onUnhandled: (id, error = {}) => { console.tron.reportError(error) }, onHandled: () => {}, }) } ```
I placed my code on my `App.js`, the component called by the `index.js`, outside the component and it really helps debugging!
I'm having same issue. @phlegx did you solve it?
I tried searching for a workaround in #302 and #305 without success