Ryder
Ryder
Just to make it extra clear, doing something like ``` function noOp () { } if (typeof window.URL.createObjectURL === 'undefined') { Object.defineProperty(window.URL, 'createObjectURL', { value: noOp}) } ``` will ***only***...
Wouldnt this be the expected behavior because the fetch is triggering a new event that would trigger the listener.. and then the fetch again.. and so on?
> Don't think there's even an implementation for `isInternetReachable` on iOS in the first place. Are you implying that: `const { isInternetReachable } = useNetInfo(); // returns the expected state`...
That's fascinating, because we have a working implementation configured and operational right now using the hook provided. We also have a custom reachability endpoint configured as so: ``` NetInfo.configure({ //...
I can report that I am seeing the same thing after my simulators updated to 15.4 this morning, it will immediately crash on startup. The only thing I have to...
> We had this issue when we tried to replace `@react-navigation/native-stack` with `@react-navigation/stack` This is what happened to us > I have experienced the same issue and disable enableScreens() solves...