Chris Pitt
Chris Pitt
It seems that with regards to the issue that I'm seeing (timeouts, error code 3) if you unset `maxAge` to `undefined`, it will retrieve the last location found via google...
This seems to happen even on screens which do not have scrollable content. Seemingly on iOS 15 devices but not on iOS 14. Thin line shown under header (bug): ...
Would be good to also update the README with the cocoapods setup: ``` pod 'react-native-open-settings', :path => '../node_modules/react-native-open-settings' ``` Edit: I'm using this fork in my project, it would be...
This is relevant for use cases other than just performance. Sometimes you want to use the same list but only animate under certain scenarios. I.e. don't animate items in on...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
I'm experiencing this as well. It seems to happen more often on fresh installations of an app. It seems like the event which sets the responsive info isn't being received...
Not getting headers , status , respType , redirects in the respInfo of response occasionally in iOS.
I'm using a workaround which checks that the response is exactly that, and the platform is IOS. Then check if the file exists and is of non-zero size. ``` if...
If it helps I'm also seeing this issue - there's a simple repository here showing the error: https://github.com/cjpete/redux-saga-import-issue