React-native: How to build for ios from windows

We are starting to work with react-native at my company. We have one mac and the rest of the team is running on windows.

Is there a way to write the app on windows with the ios device connected to the windows machine or local wifi. Then launch the build on the mac (from the windows pc) and get the app launched on the ios device ? So it would like using the mac only as a build/package server.

Hope i am clear enought.

Thanks.


Solution 1:

We can launch the build on windows using Virtual Machine, the detailed steps for doing that can be found in the following link:

https://blog.udemy.com/xcode-on-windows/

Solution 2:

You should explore the option of running macOS in VMWare on Windows machines for building purposes.

EDIT: Now using:

expo build:android
expo build:ios

Way simpler.