We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f64ec3 commit 62d1187Copy full SHA for 62d1187
src/gists/screens/gistComments.screen.js
@@ -3,7 +3,6 @@ import { connect } from 'react-redux';
3
import {
4
FlatList,
5
TextInput,
6
- View,
7
Keyboard,
8
Text,
9
ActivityIndicator,
src/routes.js
@@ -97,15 +97,6 @@ const MainScreen = StackNavigator({
97
},
98
});
99
100
-const Home = DrawerNavigator({
101
- Home: {
102
- screen: MainScreen,
103
- },
104
- ClearCache: {
105
- screen: ClearCacheScreen,
106
107
-});
108
-
109
export const GistApp = StackNavigator(
110
{
111
Splash: {
@@ -121,7 +112,7 @@ export const GistApp = StackNavigator(
121
112
122
113
123
114
Home: {
124
- screen: Home,
115
+ screen: MainScreen,
125
116
navigationOptions: {
126
117
header: null,
127
118
0 commit comments