This commit is contained in:
Akinwale Ariwodola 2019-10-15 10:27:11 +01:00
parent 194e29356f
commit 60b0667546

View file

@ -54,7 +54,7 @@ reducers[Constants.ACTION_POP_DRAWER_STACK] = (state, action) => {
reducers[Constants.ACTION_REACT_NAVGIATION_RESET] = (state, action) => {
return {
...state,
// currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset
currentRoute: Constants.DRAWER_ROUTE_DISCOVER, // default to Discover upon reset
};
};