Problem
eslint is underlining errors incorrectly in my React Native files.
Here is one example of a file that has incorrect errors. In this example it is saying cannot find name source
even though that is an accepted prop by Image
in React Native.
Does anyone have any advice on how to fix this?