FormidableLabs / whackage

Multi-repo development tooling for React Native
MIT License
133 stars 16 forks source link

add NPM 5 support #17

Closed jpdriver closed 7 years ago

jpdriver commented 7 years ago

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 to rsync as before.