Home > Blockchain >  React Native Expo iOS simulator in windows
React Native Expo iOS simulator in windows

Time:10-25

I am starting a React Native app and I work on Windows (I do not have any ios devices). How do I know how does my app look and work on iOS devices? Is it even possible to run some kind of simulator in windows that will allow me to render my RN app in an iphone? I have android studio and an android phone so android is covered but I wanted to know how I can do the same for iphones. Thanks

CodePudding user response:

Running IOS simulator is only possible on macOS.

  • Related