invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
466 stars 31 forks source link

Flowjs types? #294

Closed compojoom closed 3 years ago

compojoom commented 3 years ago

Are there any plans to have flowjs types?

mikehardy commented 3 years ago

There are no plans for Flow typing no - typescript appears to be the way of the future. However, as a developer I support any typing vs no typing, and another project had easy success with this: https://github.com/joarwilk/flowgen

Perhaps putting that in your package.json post-install could work? Then if it worked you could submit to flow-typed?

compojoom commented 3 years ago

Thanks Mike. Will check it out.