It assumes that you are in repository root directory.
- Run
yarn
in root directory to install dependencies - Run
yarn --cwd reanimated-arc build:watch
to start building library in watch mode - Run
yarn --cwd example start
to start packager. It is required to start packager separately because otherwise it has incorrect working directory. - Run
yarn --cwd example android
oryarn --cwd example ios
to start example app