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