Advanced
In reply to @nickcherry
Nick Cherry@nickcherry
2/17/2023

but due to the quirks of React Native (notably that the Metro bundler doesn't support symlinks), I could not for the life of me get it to work, at least not with the desired DX (e.g. fast refresh on file change). To get to that point, we're using a janky home-grown solution based on Yalc.

In reply to @nickcherry
Nick Cherry@nickcherry
2/17/2023

Basically, if you're working within a package (e.g. our api client) and want live updates in your mobile app, you kick off a `yarn watch` command that watches for changes in relevant files, rebuilds the package + copies it to a folder within the mobile app that we target in package.json.