A newbie here so bear with me
When a RN project is created "react-native init " it creates a folder called “ios” which has a .xcodeproj file. This “.xcodeproj” file can be used by Xcode IDE to run the app directly on a connected device.
When an app is created by Expo it does not create any ios specific folders or any .xcodeproj file.
So how do we run this app on a device ?.
I am aware that you can install Expo client and run the expo generated project via the expo client on an device.
- Does that mean your app written entirely via Expo IDE will need to have a Expo client installed on a device ?
- Does that mean your app written entirely via Expo IDE cannot be run via Xcode on an actual device ?
Would appreciate all help