I've just ejected expo react native app. How do I run the app via xcode?

1.1k Views Asked by At

newbie here. I've just ejected my expo app so I now have ios and android folders in my react native directory. I have run the following snippet cd ios && pod install My question is, what next? I have this xcode windows but I have no idea what to do: enter image description here

The steps I'm meant to follow are below, HOWEVER I don't even know how to open the project on xcode.

- Go to "Capabilities"
- enable BackgroundMode.
- Checked into "Background fetch" && "Remote notifications"```

Can someone please guide me for getting started with xcode?
Thanks!
1

There are 1 best solutions below

3
zeytin On

First of all download dependencies

After Xcode → Preferences → Components → Install iOS simulator

And Run the project.