mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 04:45:19 +08:00
Fix tests
This commit is contained in:
2
packages/drawer/src/views/DrawerLayout.js
Normal file
2
packages/drawer/src/views/DrawerLayout.js
Normal file
@@ -0,0 +1,2 @@
|
||||
import { DrawerLayout } from 'react-native-gesture-handler';
|
||||
export default DrawerLayout;
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user