Encountering an ESLint error popup in VisualStudio Code after incorporating the react-native-camera module into my React Native application and updating gradle to 4.4.1.
Error message: ESLint: Cannot read property 'range' of null. Refer to the 'ESLint' output channel for further information.
https://i.sstatic.net/FwRKE.png
Furthermore, the lint functionality has stopped working correctly. Currently using the popular ESLint plugin for VSCode - ESLint dbaeumer.vscode-eslint
Any recommendations or assistance on resolving this issue?
PS: The app is running smoothly with the newly added module.