whackage
whackage copied to clipboard
Multi-repo development tooling for React Native
This updates the config to be compatible with RN 0.57.x. The metro blacklist is in a different place, and it is now required that you specify the project root. This...
This occurs on ```react-native run-ios``` & ```react-native run-android``` after running ```whack run start``` (```"start": "node node_modules/react-native/local-cli/cli.js start"```) Output: ``` Looking for JS files in /usr/local/lib/node_modules/whackage/src/packager Loading dependency graph, done. ::ffff:127.0.0.1...
Hello! I'm trying repeat it: https://formidable.com/blog/2016/12/01/introducing-whackage/ `$ whack link ../../my-library` here is error: `[whackage] Package my-library is not a registered dependency in my-app` After added in dependency I have new...
I'm not sure if this is me just not understanding how module import resolution works with whackage involved, or if there's a way to work around this, but here's the...
I saw that there was a [open pr](https://github.com/FormidableLabs/whackage/pull/24) already for this but I couldn't get it to work. I'm not very familiar with yargs but this does the job.
I was missing the ability to pass arguments to the run command (like --reset-cache). This PR enables the functionality. You can now run whack run start -- --reset-cache and it...
Hi, I think I'm seeing the exact same issue as #6 It seems that the whack server isn't watching my local dependancies while the server is running. I do get...
On a clean install (`create-react-native-app` and then `yarn run eject`) the `whack link` command removes a slew of executables found in `node_modules/.bin`, including `react-native` so the `whack run start` command...
Hey guys, I'm getting the following error: ``` $ whack run packager error { Error: rsync exited with code 12 at ChildProcess. (/usr/local/lib/node_modules/whackage/node_modules/rsyncwrapper/lib/rsyncwrapper.js:184:23) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:192:7) at...