Setting up Flow

Trying to set up flow. First step in Expo’s docs says Find the Flow [version] at the bottom of the included .flowconfig. But I don’t see the .flowconfig file anywhere in my project. Is this expected?

(I created my app from the Expo XDE)

if you create a blank app it’s not included. check out the setup here: https://github.com/expo/new-project-template

also, make sure you have the latest version of the expo sdk installed as we fixed a bug in flow support that was present in the initial sdk23 release

So can I just copy the .flowconfig file into my project? Also, if I’m using sdk22 should I put a different version number on the bottom of my .flowconfig file?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.