-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
add version to .flowconfig #30
Conversation
The consequence of this is that **flow will not run in this project** unless you have `[email protected]` installed. One solution to this is adding `flow-bin` to this package's devDependencies.
I'm not 100% sure what will happen if someone's react native project is using a different version of flow. Maybe we need to think further about the consequences of this PR. One alternative would be to install |
I'd be inclined to follow what has been done in the main RN project and add |
Yep, sounds good, although the main RN project also has the |
I don't think there's any harm to having it specified in |
Ok 👍 |
@Leeds-eBooks thanks for the PR! |
The consequence of this is that flow will not run in this project unless you have
[email protected]
installed. One solution to this is addingflow-bin
to this package's devDependencies.