mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Change initial app state to advanced mode (for now) (#2666)
This commit is contained in:
@@ -11,8 +11,8 @@ const createLayoutSlice = set => ( {
|
||||
|
||||
// Please put new stuff in this namespace so they will be saved to disk
|
||||
layout: {
|
||||
// Controls all all layouts related to default mode
|
||||
isDefaultMode: true,
|
||||
// Controls all layouts related to default mode
|
||||
isDefaultMode: false,
|
||||
setIsDefaultMode: newValue => set( state => ( {
|
||||
layout: {
|
||||
...state.layout,
|
||||
|
||||
Reference in New Issue
Block a user