dipgirl
dipgirl

Reputation: 690

How to build iOS apps using react- native on window 10

I am new in react-native. I want to build an android and iOS application by using react-native. I used the Windows 10 to build the react-native project and it is ok when I run the android app using Android SDK or real device but cannot on iOS devices. I have researched this problem and know that I need to use macOS to run the iOS apps. Is it possible to build iOS apps using any iOS simulator on Windows 10?

Upvotes: 3

Views: 7179

Answers (2)

Mohammad Harith
Mohammad Harith

Reputation: 619

The best way to develop in react native if you did not have access to MAC OSX environment is to use EXPO as it will ensured the app could run on android and iOS.

The second option would be using private cloud Mac like MacStadium.

Upvotes: 1

amirhosein
amirhosein

Reputation: 921

for exporting ios apps you must have a MAC system(X-code) or you can do it in windows with VMvare that have a virtual Mac system ,and in next step you must have a developer account then other steps are simple :)

Upvotes: 1

Related Questions