mattermost-mobile/app/components/sidebars/main/__snapshots__/main_sidebar.test.js.snap
Miguel Alatzar 8e48058fff
[MM-16910] Set footerColor the same as navBarBackgroundColor (#3002)
* Set footerColor the same as navBarBackgroundColor

* Oops, forgot __snapshots__
2019-07-19 17:29:17 -07:00

13 lines
309 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`ChannelSidebar should match, full snapshot 1`] = `
<DrawerLayout
drawerPosition="left"
drawerWidth={-30}
isTablet={false}
onDrawerClose={[Function]}
onDrawerOpen={[Function]}
renderNavigationView={[Function]}
useNativeAnimations={true}
/>
`;