I was wondering if there was any way for me to build my Expo app with Windows. Whenever I run exp build:ios, I get the following warning:
Does not seem like WSL enabled on this machine. Download from the Windows app store a distribution of Linux, then in an admin powershell, please run:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem->Linux
and run the new Linux installation at least once
What app should I use for this? And even if I do it, will Expo allow me to build for IOS?
Alternatively, can I use a service like Microsoft Appcenter to build it for me?