Advanced
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.

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

It's possible there's a better way. IMO having all the apps live in a monorepo where they can easily share code + you can get immediate feedback on breaking changes before they're merged is worth the trouble. But wrt RN, there be dragons