Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(example): update readme with build step (#6089)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect. --> ## Summary I had trouble running the Example app after following the README steps. After building from the root of the monorepo, the iOS app began working so I updated the documentation steps. ## Test plan 1. Clone the `react-native-reanimated` repository 2. Follow step exactly in `Example/README.md` and observe the iOS app will not start 3. Go back to the root of the monorepo and run `yarn build` 4. `cd Example && yarn ios` should now work successfully --------- Co-authored-by: Tomek Zawadzki <[email protected]>
- Loading branch information