I've googled many sites but cannot found a tutorial that actually works for react-native + flow type.
There was flow installation guide from [email protected] document, but it's gone in [email protected].
However, it comes up again in Running Tests and Contributing, I tested to run npm run flow
but not working, and yet it doesn't say how to make it works. It's possibly been a missing part inside of react-native documentation.
What I need is to run flow
correctly with react-native. Auto-check flow
every time I reload the page with ⌘R
would be the best.
Try this one:
Adding Flow to React Native
https://medium.com/react-native-training/getting-started-with-react-native-and-flow-d40f55746809
Hope this helps!