Closed jpdriver closed 7 years ago
This will still create symlinks as part of whack link <package_name>, which will break running the RN Packager directly.
whack link <package_name>
That shouldn't be too much of an issue though, as from there users should be doing whack run start ( / similar).
whack run start
Once the server is running, we removeSync any symlinks we encounter (so we don't break the RN Bundler), and pass that directory to rsync as before.
removeSync
rsync
This will still create symlinks as part of
whack link <package_name>
, which will break running the RN Packager directly.That shouldn't be too much of an issue though, as from there users should be doing
whack run start
( / similar).Once the server is running, we
removeSync
any symlinks we encounter (so we don't break the RN Bundler), and pass that directory torsync
as before.