Implemented small fix for unused-vars eslint rule. Was incorrectly working with imported typescript types. Disabled the rule and instead turned ON noUnusedLocals and noUnusedParameters.
As for react-navigation - adopted options and types as per new docs and same for Navigation ref
Implemented small fix for unused-vars eslint rule. Was incorrectly working with imported typescript types. Disabled the rule and instead turned ON noUnusedLocals and noUnusedParameters. As for react-navigation - adopted options and types as per new docs and same for Navigation ref