I'm getting this ESLint error from VisualStudio Code after adding this module react-native-camera to my react native app and updating gradle to 4.4.1
ESLint: Cannot read property 'range' of null. Please see the 'ESLint' output channel for details.
Also the lint stoped woking properly. I'm using the popular ESLint plugin for VSCode - ESLint dbaeumer.vscode-eslint
Any suggestions?
PS the app with the new module works fine.