-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Solve flow issues on v0.29.1 #8773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@mhollweck It would be great if you can send a PR to fix flow issues. |
@mhollweck If you do a fresh react-native init with [email protected] you should see [email protected] as recommended version in flowconfig. |
I'm getting a lot of flow errors on [email protected] with [email protected] as well and I changed the version in the flowconfig to 0.28.0. The errors disappear if I use 0.27.0 and change the flowconfig to match that version. |
I ran into the same problem and @jawang35's workaround with using Flow 0.27 worked for me as well. |
The unit tests do run Flow, so if the Flow checks fail on master we'll see red X's right away. |
React-Native |
Seems like this can be closed now, ping me if you believe otherwise. |
When I run flow on v0.29.1 I get many errors. This happened to me with a few other RN versions now as well. Can you make sure to check flow before pushing to master? It's pain
That may happen to me because I'm using the newest flow version (0.28.0) and not the recommended version(0.25.0 as seen in .flowconfig). Can you please check that as well?
Thanks!
The text was updated successfully, but these errors were encountered: