diff --git a/src/core/App.js b/src/core/App.js
index c34d761..bd47907 100644
--- a/src/core/App.js
+++ b/src/core/App.js
@@ -1,4 +1,4 @@
-import { StackNavigator, TabNavigator, DrawerNavigator, DrawerView } from 'react-navigation'
+import { StackNavigator, TabNavigator, DrawerNavigator, DrawerView, DrawerItems } from 'react-navigation'
import React, { PureComponent } from 'react'
import MaterialIcons from 'react-native-vector-icons/MaterialIcons'
import { Image, Platform, Button, ScrollView } from 'react-native'
@@ -183,7 +183,7 @@ export default class App extends PureComponent {
backgroundColor: Styles.styleColor(this.props.theme.navigationColor)
}
},
- contentComponent: props =>
+ contentComponent: props =>
})
}