preload main tabs after login
This commit is contained in:
parent
9b82f5b9ec
commit
72d2faee14
|
@ -143,7 +143,7 @@
|
|||
(defn tab-navigator [routes config]
|
||||
(nav-reagent/tab-navigator
|
||||
routes
|
||||
(prepare-config config)))
|
||||
(assoc (prepare-config config) :lazy false)))
|
||||
|
||||
(declare stack-screens)
|
||||
|
||||
|
|
Loading…
Reference in New Issue