Fix issue from rebase and introduce gesture interaction example

This commit is contained in:
Brent Vatne
2018-09-15 17:04:56 +02:00
committed by satyajit.happy
parent 0a4128a3ee
commit eef5aafb86

View File

@@ -1,8 +1,6 @@
import React from 'react';
import { Dimensions } from 'react-native';
import { SceneView } from 'react-navigation';
import { DrawerLayout } from 'react-native-gesture-handler';
import DrawerActions from '../routers/DrawerActions';
import DrawerLayout from './DrawerLayout';
import DrawerSidebar from './DrawerSidebar';