Close drawer on 'switch users' click

Former-commit-id: 9ec8f70cfeba9a8bd99991d90434432baa4d940d
This commit is contained in:
virvar 2016-05-06 14:37:57 +03:00
parent 4e18beb148
commit 21eaa78878

View File

@ -80,7 +80,10 @@
:handler (fn [])}]]
[view {:style {:paddingVertical 36
:alignItems :center}}
[touchable-opacity {}
[touchable-opacity {:onPress (fn []
(close-drawer)
;; TODO not implemented
)}
[text {:style {:fontSize 14
:fontFamily font
:lineHeight 21