facebook / metro

🚇 The JavaScript bundler for React Native
https://metrobundler.dev
MIT License
5.25k stars 626 forks source link

Not detecting changes in mounted NFS #1289

Open virik opened 5 months ago

virik commented 5 months ago

Hi,

Not sure if this is considered an issue or if I need to change som configurations, but I haven't found a solution anywhere yet.

I have most of my file in a mounted NFS folder called "shared". The files in this folders are shared between the webapp (hosted by my webserver) and the native apps (locally on my Mac). The setup itself works fine, but Metro does not detect changes in the folder automatically. If I add a new .jsx file to the folder I have to open the file on my local machine and save it for Metro to realize that it's there. If I add an image file I have to rename it.

Are there any configurations I can make to resolve this?

Thank you!