Running Expo/React Native in Docker

1 ยท Haseeb Majid ยท Oct. 31, 2018, midnight
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...