Compare commits

...
+6 -3
View File
@@ -53,7 +53,8 @@
{:name :chat {:name :chat
:options {:insets {:top? true} :options {:insets {:top? true}
:popGesture false} :popGesture false
:layout {:orientation ["portrait"]}}
:component chat/chat} :component chat/chat}
{:name :start-a-new-chat {:name :start-a-new-chat
@@ -85,10 +86,12 @@
:component how-to-pair/instructions} :component how-to-pair/instructions}
{:name :discover-communities {:name :discover-communities
:component communities.discover/discover} :component communities.discover/discover
:options {:layout {:orientation ["portrait"]}}}
{:name :community-overview {:name :community-overview
:component communities.overview/overview} :component communities.overview/overview
:options {:layout {:orientation ["portrait"]}}}
{:name :settings-syncing {:name :settings-syncing
:options (merge options/dark-screen {:insets {:top? true}}) :options (merge options/dark-screen {:insets {:top? true}})