Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Nov 2, 2021
1 parent 972e593 commit 3c681b9
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,13 @@ const applyConfig = (config) => {
],
};

return config;

// return [
// installCustomViews,
// installNavigationBlock,
// installEprtrSpecificBlocks,
// installCustomConnectedBlocks,
// installAppExtras,
// ].reduce((acc, apply) => apply(acc), config);
return [
installCustomViews,
installNavigationBlock,
installEprtrSpecificBlocks,
installCustomConnectedBlocks,
installAppExtras,
].reduce((acc, apply) => apply(acc), config);
};

export default applyConfig;

0 comments on commit 3c681b9

Please sign in to comment.