Compare commits

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