Closed
Description
Describe the Feature
Currently we're maintaing flow types in the repo. We're not testing them in anyway (they could be broken), and I do see them as something not convenient for contribution, since it's most of the time missed by contributors, and for more complex types, it could even be a problem.
Flow is not targeting open source anymore, and even RN now by default suggest TS, see facebook/react-native#35165.
We could move this maintenance to the community by moving it to https://github.com/flow-typed/flow-typed, and then, if there's still a need, people could maintain it over there.
That would be a breaking change, so we'll need to time the release.
What do you think?