Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add info about prebuild to installation steps #6340

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion packages/docs-reanimated/docs/fundamentals/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If you don't have an existing project, you can create a new Expo app using a tem
</TabItem>
</Tabs>

Alternatively, you can dive into [our examples](https://github.com/software-mansion/react-native-reanimated/tree/3.3.0/app/src/examples) on GitHub.
Alternatively, you can dive into [our examples](https://github.com/software-mansion/react-native-reanimated/tree/3.14.0/apps/common-app/src/examples) on GitHub.
kacperkapusciak marked this conversation as resolved.
Show resolved Hide resolved

## Installation

Expand Down Expand Up @@ -111,6 +111,14 @@ To learn more about the plugin head onto to [Reanimated babel plugin](/docs/fund
</TabItem>
</Tabs>

### Expo development build

When using an [Expo development build](https://docs.expo.dev/develop/development-builds/introduction/), run prebuild to update the native code in the `ios` and `android` directories.

```bash
npx expo prebuild
```

### Platform specific setup

#### Android
Expand Down
Loading