eslint-plugin-react-native
eslint-plugin-react-native copied to clipboard
Globals no longer includes navigator.geolocation
Hope the title makes sense. Not the most familiar with ESLInt rules etc. I've had to do the following to suppress for the moment:
// eslint-disable-next-line no-undef
navigator.geolocation.getCurrentPosition(
+1