* IconicTaxonChooser no longer takes a taxon or manages its own state
* Setting iconic taxon filter to Unknown is now its own action
* Unsetting a taxon can be done with the CHOOSE_TAXON action by setting taxon
to null or undefined
* Omitted some extraneous params from tile requests
* Bugfix: map area search was broken after Nearby filter set
* Made EXPLORE_ACTION.SET_MAP_BOUNDARIES remove lat, lng, and radius
attributes so we don't end up applying both kinds of geographic filters at
the same time
* Renamed setExploreLocation to defaultExploreLocation because it doesn't set
anything
* Added a unit test fot the Explore reducer
* Bugfix: zoom Explore to nearby after granting permission
* Remove tab bar when sharing photos into app; closes#1645
* Make explore view sticky with species as default view; closes#1614
* Fix Explore integration test; use default species view
* Make Modal for ExploreFilters
* Show bottomsheets in modal
* TaxonSearch now a modal in explore fliters
* taxon search modal now clickable from explore page header
* more explore search modals. WIP nearby and worldwide buttons
* Adding explore user, location and project search modal files
* Nearby and worldwide buttons explore location modal
* Fix undefined place in useMapLocation
* Fix undefined place
* Use stored state in zustand; update navigation packages
* Split up slices; fix back button label in iOS
* Create hook for navigation params'
* Add param to ignore stored state in Explore
* Use saved state params in Explore when navigating from Explore search screens
* Downgrade datetimepicker
* Fix maximum update exceeded error
* Save test fix for later
* Add test for UserProfile species button from MyObs screen
* Finish initial tests for navigating to Explore from MyObs
* Check API calls are made with correct params
* Use RootExplore screen in CustomTabBar and write test for navigating cyclical Explore -> TaxonDetails
* Add navigation check for UserProfile from root explore screen
* Simplify RootExplore screen; show nearby data for species view
* Mock location permissions for Explore navigation tests
* Update snapshot
* Merge from main
* Fix tests for Explore navigation