Juan José Ramírez Calderón

Results 15 comments of 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?

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 ![image](https://user-images.githubusercontent.com/4042651/69348156-b5c2b500-0c43-11ea-8ec9-2fb2c2feddbd.png)

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