13 lines
306 B
Text
13 lines
306 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MainSidebar should match, full snapshot 1`] = `
|
|
<DrawerLayout
|
|
drawerPosition="left"
|
|
drawerWidth={710}
|
|
isTablet={false}
|
|
onDrawerClose={[Function]}
|
|
onDrawerOpen={[Function]}
|
|
renderNavigationView={[Function]}
|
|
useNativeAnimations={true}
|
|
/>
|
|
`;
|