Home > Blockchain >  Is it possible to open IOS simulator while developing React-Native APP on Windows 10?
Is it possible to open IOS simulator while developing React-Native APP on Windows 10?

Time:02-11

I am developing an application by using React-Native. My operating system is Windows 10. I want the application to be competible with both iOS and Android. I am using Expo for the development. In expo,

enter image description here

There are above choices, since I don't have an iOS simulator, the second choice gives an error. How can I install an iOS simulator to my computer?

CodePudding user response:

As of now, you can not create a simulator inside windows but there are many browser-based iOS stimulations available you can use them.

one of them is Appetize.io here It is free for use but you have to upload your app manually. There are many other options available. read here.

  • Related