fix: add config to enable redux devtools integration

This commit is contained in:
Satyajit Sahoo
2020-04-25 21:46:57 +02:00
parent b172b51f17
commit c9c825bee6
2 changed files with 9 additions and 1 deletions

View File

@@ -60,6 +60,9 @@ YellowBox.ignoreWarnings(['Require cycle:', 'Warning: Async Storage']);
enableScreens();
// @ts-ignore
global.REACT_NAVIGATION_REDUX_DEVTOOLS_EXTENSION_INTEGRATION_ENABLED = true;
type RootDrawerParamList = {
Root: undefined;
Another: undefined;