Expo watchman Hot reloading not detecting code change in Docker volume
Asked Answered
C

0

6

We are currently building a react-native app with expo inside a Docker container. This Expo-app uses watchman to handle hot reloading.

Is there a polling mechanism which constantly polls the code in a Docker volume? Currently we have to reset the application each time to view a code change live. In our experience, inside a Docker container the Expo-App doesn't detect changes, so hot reloading isn't working.

Please advise. Thanks.

Cadency answered 2/11, 2017 at 18:47 Comment(1)
maybe it help knowing how you start the docker container, how you map the volumes, if you use docker-compose (and therefore how the docker-compose.yml looks like)Bijouterie

© 2022 - 2024 — McMap. All rights reserved.