You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the one really being at fault, in node_modules/react-native/index.js:
// Well, this one and many more with this same shapeimporttypeofStyleSheetfrom'./Libraries/StyleSheet/StyleSheet';
The linter seems to struggle with this construct, adding the keyword typeof just before the imported object's name. I believe it's related with Flow. I'm checking how to skip that check or how to tell the linter to understand Flow's syntax.
Thanks for looking into this. It's not a big issue really, we can leave this (or rephrase based on your latest findings) and wait for a solution to come to us.
The
import
plugin for ESLint doesn't find React Native components. Remove the override and comment from.eslintrc
setting when this issue is fixed.For more info see: facebook/react-native#28549
The text was updated successfully, but these errors were encountered: