fix screen orientation on android (#13218)
This commit is contained in:
parent
91e85a28f9
commit
fd89e73e07
|
@ -26,6 +26,9 @@
|
|||
(defonce modals (atom []))
|
||||
(defonce dissmissing (atom false))
|
||||
|
||||
(defonce set-navigation-default-options
|
||||
(.setDefaultOptions Navigation (clj->js {:layout {:orientation "portrait"}})))
|
||||
|
||||
;; REGISTER COMPONENT (LAZY)
|
||||
(defn reg-comp [key]
|
||||
(log/debug "reg-comp" key)
|
||||
|
|
Loading…
Reference in New Issue