scrungrth

Results 7 comments of scrungrth

I'm trying to add a generic error boundary component w/ retry button but it is cumbersome as in the case of an error I have to know all the apiFns...

I ended up forking so that I could update the `apiFn(...).then` error handler to clear the cache shortly after an error so that I don't need to know what API...

I'm using this in my package.json to workaround this issue ```json { "scripts": { "pods": "PATH=$(echo $PATH | sed 's/[^:]*://'); cd ios; pod install" } } ```

I ran into this when the HTTP response was missing Content-Type header. Just update the server to include the content-type header to fix.

I installed this version as a dev dependency, and ran locally to fix ```diff + "react-native-bundle-visualizer": "3.1.0", ```

@hurali97 thanks for looking into it some, I am not sure if that's the only issue as it's stated it started w/ RN 70 version but at least in my...

@kunalchavhan that's some great insight; > I think this behaviour is by design as per the documentation. It seems strange to me that one time per-scroll type of events would...