diff --git a/app/mattermost.js b/app/mattermost.js index 93338f7fe..8f156b795 100644 --- a/app/mattermost.js +++ b/app/mattermost.js @@ -415,9 +415,9 @@ const launchChannel = (skipMetrics = false) => { statusBarHideWithNavBar: false, screenBackgroundColor: 'transparent', }, - passProps: { - skipMetrics, - }, + }, + passProps: { + skipMetrics, }, appStyle: { orientation: 'auto',