* MM-30164 fix safe area insets * Fix unit test setup mock for react-native-device-info * Add insets for edit profile screen * Fix about screen * Fix theme screen * Lock phone screen to portrait * fix unit tests * Fix autocomplete layout
17 lines
350 B
Text
17 lines
350 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`MainSidebar should match, full snapshot 1`] = `
|
|
<DrawerLayoutAdapter
|
|
drawerWidth={710}
|
|
forwardRef={
|
|
Object {
|
|
"current": null,
|
|
}
|
|
}
|
|
isTablet={false}
|
|
onDrawerClose={[Function]}
|
|
onDrawerOpen={[Function]}
|
|
renderNavigationView={[Function]}
|
|
useNativeAnimations={true}
|
|
/>
|
|
`;
|