Right now we have several repos that include both flow and ts definitions, or just single one or none.
It would be awesome to come up with guidelines for adding these definitions into the repositories (i.e what folders should they go in, what file names should be used etc...)
Some definitions will probably need to be created from scratch, some can be ported from @types/react-native package (since there are now packages that are untyped due to extraction from main rn repo).
Right now we have several repos that include both flow and ts definitions, or just single one or none.
It would be awesome to come up with guidelines for adding these definitions into the repositories (i.e what folders should they go in, what file names should be used etc...)
Some definitions will probably need to be created from scratch, some can be ported from
@types/react-nativepackage (since there are now packages that are untyped due to extraction from main rn repo).