WSL not enabled on this machine when running "exp build:ios"

I was able to progress through this error after finding the following post.

Here is the important content that helped from the post in case the link goes bad:

Please follow the warning & instructions printed to you by exp:

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

Basically, I went to the microsoft store and downloaded Ubuntu. I opened up the cmd window for it and created an Ubuntu account. After that i ran the above command and things seemed to work.