Fix tests

This commit is contained in:
Brent Vatne
2018-06-11 15:39:40 -07:00
parent c45a0411e1
commit 348e68f338
5 changed files with 61 additions and 57 deletions

View File

@@ -0,0 +1,2 @@
import { DrawerLayout } from 'react-native-gesture-handler';
export default DrawerLayout;

View File

@@ -3,8 +3,9 @@ import { Dimensions } from 'react-native';
import { SceneView } from 'react-navigation';
import { DrawerLayout } from 'react-native-gesture-handler';
import DrawerSidebar from './DrawerSidebar';
import DrawerActions from '../routers/DrawerActions';
import DrawerLayout from './DrawerLayout';
import DrawerSidebar from './DrawerSidebar';
/**
* Component that renders the drawer.