L-Yeiser
L-Yeiser
@StevePotter would be more then happy to test it out.
@StevePotter thanks so much for looking into it. I can look into it a bit in the coming months
We never did. We switched libraries and are forcing uploads when the app is active for the time being. We have some tech time scheduled to circle back to the...
That would be amazing. Let me know if you want me to test a fork.
is the error reported back form the OS a [NSURLErrorBackgroundSessionWasDisconnected](https://developer.apple.com/documentation/foundation/1508628-url_loading_system_error_codes/nsurlerrorbackgroundsessionwasdisconnected?language=objc) thrown from [here](https://github.com/Vydia/react-native-background-upload/blob/master/ios/VydiaRNFileUploader.m#L310)?
We just saw this crash for the first time. Have been unable to reproduce it.
We have started to see this crash in our googlePlay crash analytics. No idea what is causing it and have been unable to reproduce it. There is also [this]()https://github.com/mapbox/react-native-mapbox-gl/issues/1102) issue...
@kristfal thanks for the suggestion. I will try this in a release.
@kristfal still seeing the crash. It is our most common crash.
Here is the code for CircleLayer. ``` return ( {showCampgroundIcons && } {cluster && } {cluster && } ); ``` We are not catching this crash in our other error...