๐ฉโ๐ป Join our community of thousands of amazing developers!
Running Expo/React Native in a Docker container can sometimes cause issues. In this example, I will be running Docker ๐ณ within a guest VM (Ubuntu) which will run on my host machine (Windows). My host machine will also be running another VM as the Android emulator (Genymotion) for Expo to connect to. You can get a more detailed post about how to connect two VMs together here, #Plug ๐๐๐. Since Iโve set up networking on those two VMs already as far as Expo is concerned it might as well be running o...