InfiniteLibrary / infinite-reader

eBook reader app built on react-native
MIT License
89 stars 17 forks source link

Vagrant: switched to rsync for much-improved performance and live-reload #24

Closed dramudit closed 8 years ago

dramudit commented 8 years ago

Requires a few more steps, but this should provide a huge boost to performance and fix the live-reload issues. The previous set up shared a directory that existed on the host with the VM. The VM could not use native linux events to detect changes to that directory, so watchman was unable to report live updates to the react native server. The shared mount also had significantly degraded performance for builds initiated by the VM.