You must ignore the QR code printed on container output when it is running with Docker, because the QR code is generated using the container IP, which only works on docker network. To access the app with Expo you have to connect your smartphone and computer on the same network and access this address on Expo: YOUR_COMPUTER_IP:19000. To get this right address use the script show-address.sh as showed on README.
You must ignore the QR code printed on container output when it is running with Docker, because the QR code is generated using the container IP, which only works on docker network. To access the app with Expo you have to connect your smartphone and computer on the same network and access this address on Expo:
YOUR_COMPUTER_IP:19000
. To get this right address use the scriptshow-address.sh
as showed on README.