Refer: https://docs.google.com/presentation/d/1kYotVG-65-7zJnlXj2d1fU48CdQboTJFVdcLnVdarKc/edit?usp=sharing
- Install dependencies and build the client libraries locally with
yarn
. - Start the React Native packager, build the application, and start the simulator with
yarn android
.
After making changes to any of the client libraries in js/packages/
you will need to re-run yarn
in this directory. This will rebuild the client libraries and copy their build artifacts into the node_modules/
folder of this example app.