Closed jamesqo closed 3 months ago
I'm also experience the similar issues: "react-native": "^0.55.4", "flow-bin": "0.73.0",
Got around 17 errors all related node_modules/react-native/Libraries/*
Never mind after I switch to "flow-bin": "0.67.1", errors are gone.
@zhuoshej But that doesn't feel like a real fix since you downgraded the version of flow.
How can we can how which version of React and React Native fit which version of Flow?
Errors in node_modules are hidden by default now
Many of the errors I'm seeing come out of flow aren't even from my own code; below is the full list of errors I got due to files in
node_modules
. I can't just ignore.*/node_modules/.*
entirely though, since then Flow says it can't resolvereact-native
. Any advice for how I can resolve this?