Looking for help to upgrade Flow to the latest version.
We can @noflow most of the files and then migrate modules individually.
Also looking to start using Flow strict-local. You can look at the React Native codebase for examples of how to type components
@necolas I can lend a hand.
I figure the approach will be:
flow-bin + bump the version in .flowconfigpackages/react-native-web, adding @noflow as neededstrict-local flag, and fix errorsSome Questions:
@flow-strict patterns?prop-types?Let me know how all that sounds 馃
Thanks!
Thanks! Let's use the same version of flow as found in RN 0.57 release. Prioritise the exported modules. I'm not sure about prop types; they're being removed from RN but a lot of web people won't have flow setup
This is done in branch react-native-0.57
Most helpful comment
@necolas I can lend a hand.
I figure the approach will be:
flow-bin+ bump the version in.flowconfigpackages/react-native-web, adding@noflowas neededstrict-localflag, and fix errorsSome Questions:
@flow-strictpatterns?prop-types?Let me know how all that sounds 馃
Thanks!