mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-01-20 11:49:20 -05:00
* feat: add interface mode preference to Settings * Refactor existing layout preferences so they are all persisted * Made a new namespace within the layout slice so that all values there will get persisted without having to add stuff to the persistence code AND we avoid namespace collisions * Wrapped layout slice getters and setters in a hook to provide descriptive names without modifying the underlying values * Remove duplicate testID that was causing e2e to fail --------- Co-authored-by: Amanda Bullington <albullington@gmail.com>