victorkvarghese / react-native-boilerplate

🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
MIT License
600 stars 209 forks source link

FIX: unusedvars & react-navigation #42

Open Eakz opened 2 years ago

Eakz commented 2 years ago

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

shujazafar-dev commented 2 years ago

code is clean