- Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- Restart your computer when prompted.
Reference: https://learn.microsoft.com/en-us/windows/wsl/install-win10
Answer from Khasky on Stack Overflow- Open PowerShell as Administrator and run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
- Restart your computer when prompted.
Reference: https://learn.microsoft.com/en-us/windows/wsl/install-win10
Expo builds all the binaries on their servers, therefore you can do this on any OS (including Windows). Some of the Expo tools require the Linux subsystem on Windows, therefore you need to install that, but then everything works correctly.
Videos
I've been developing an app for android using RN Expo through Windows, and would like to launch it for IOS in the future. I've heard most people say in here that a Mac is the way to if you're serious about mobile development, however, I noticed that some public npm packages for RN state in their docs that they might not work very well with Xcode (can't recall which ones right now), and that using a real iphone would be optimal.
So, is it even possible to develop for IOS using Windows and an iphone through Expo? For me it would be the most viable alternative since I'm really used to Windows and don't want to have issues while testing on an Xcode emulator.
With emulators ? Can you? I have no clue. Care to share any methods?