mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-15 17:28:53 -05:00
URL params got removed from the query key as a part of pull-to-refresh, but that's how changes to filters were triggering a new request. This restores that behavior, adds a test to ensure changes to filters call the API again, and fixes the prior test of pull to refresh which was not testing the equivalent behavior when pulling to refresh (API on first load, so the mock needed to be cleared).