Skip to content

Commit 62d1187

Browse files
committed
removed drawer navigation
1 parent 4f64ec3 commit 62d1187

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/gists/screens/gistComments.screen.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { connect } from 'react-redux';
33
import {
44
FlatList,
55
TextInput,
6-
View,
76
Keyboard,
87
Text,
98
ActivityIndicator,

src/routes.js

+1-10
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ const MainScreen = StackNavigator({
9797
},
9898
});
9999

100-
const Home = DrawerNavigator({
101-
Home: {
102-
screen: MainScreen,
103-
},
104-
ClearCache: {
105-
screen: ClearCacheScreen,
106-
},
107-
});
108-
109100
export const GistApp = StackNavigator(
110101
{
111102
Splash: {
@@ -121,7 +112,7 @@ export const GistApp = StackNavigator(
121112
},
122113
},
123114
Home: {
124-
screen: Home,
115+
screen: MainScreen,
125116
navigationOptions: {
126117
header: null,
127118
},

0 commit comments

Comments
 (0)