Close drawer on 'switch users' click

This commit is contained in:
virvar 2016-05-06 14:37:57 +03:00
parent c63737202a
commit 9ec8f70cfe
1 changed files with 4 additions and 1 deletions

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