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.