after installing x-code, how do I run the simulator?

I finished step 2 of this, but I do not understand step 3. Is this done in the terminal? what do I type exactly?

https://docs.expo.io/versions/v36.0.0/workflow/ios-simulator/

In a Terminal window, in the root of your project, type expo start

Then after it has started up, press the ā€˜iā€™ key in the Terminal. Otherwise press the " Run on iOS simulator" button in the browser interface that displays by default when you run expo start.

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