mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-05-07 15:16:05 -04:00
* Catch 401 errors when we try to fetch remotely deleted obs for signed out users * Skip the check to see if a user is a friend on UserProfile when signed out * Replace uses of RNFS.unlink() with a wrapper that ignores errors about files not existing * Tried to get safeRealmWrite to preserve error type before re-throwing