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: update broken react-native-reanimated links #1284

Merged
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/drawer-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
npm install react-native-gesture-handler react-native-reanimated
```

The Drawer supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation).
The Drawer supports both Reanimated 1 and the latest version. If you want to use the latest version, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
satya164 marked this conversation as resolved.
Show resolved Hide resolved

2. To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/drawer-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
npm install react-native-gesture-handler react-native-reanimated
```

The Drawer Navigator supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation).
The Drawer supports both Reanimated 1 and the latest version. If you want to use the latest version, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
satya164 marked this conversation as resolved.
Show resolved Hide resolved

2. To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-6.x/shared-element-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide covers how to animate elements between screens. This feature is known
Before continuing this guide make sure your app meets these criteria:

- You are using [`@react-navigation/native-stack`](/docs/native-stack-navigator). The Shared Element Transitions feature isn't supported in JS-based [`@react-navigation/stack`](/docs/stack-navigator).
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) **v3.0.0 or higher** installed and configured.
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started) **v3.0.0 or higher** installed and configured.

## Minimal example

Expand Down Expand Up @@ -123,7 +123,7 @@ function HomeScreen() {

## Reference

You can find a full Shared Element Transitions reference in the [React Native Reanimated documentation](https://docs.swmansion.com/react-native-reanimated/docs/api/sharedElementTransitions).
You can find a full Shared Element Transitions reference in the [React Native Reanimated documentation](https://docs.swmansion.com/react-native-reanimated/docs/shared-element-transitions/overview/).

## Alternatives

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/drawer-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
npm install react-native-gesture-handler react-native-reanimated
```

The Drawer supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation).
The Drawer supports both Reanimated 1 and the latest version. If you want to use the latest version, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
satya164 marked this conversation as resolved.
Show resolved Hide resolved

2. To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/drawer-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
npm install react-native-gesture-handler react-native-reanimated
```

The Drawer Navigator supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation).
The Drawer supports both Reanimated 1 and the latest version. If you want to use the latest version, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
satya164 marked this conversation as resolved.
Show resolved Hide resolved

2. To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`:

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-7.x/shared-element-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This guide covers how to animate elements between screens. This feature is known
Before continuing this guide make sure your app meets these criteria:

- You are using [`@react-navigation/native-stack`](/docs/native-stack-navigator). The Shared Element Transitions feature isn't supported in JS-based [`@react-navigation/stack`](/docs/stack-navigator).
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) **v3.0.0 or higher** installed and configured.
- You have [`react-native-reanimated`](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started) **v3.0.0 or higher** installed and configured.

## Minimal example

Expand Down Expand Up @@ -123,7 +123,7 @@ function HomeScreen() {

## Reference

You can find a full Shared Element Transitions reference in the [React Native Reanimated documentation](https://docs.swmansion.com/react-native-reanimated/docs/api/sharedElementTransitions).
You can find a full Shared Element Transitions reference in the [React Native Reanimated documentation](https://docs.swmansion.com/react-native-reanimated/docs/shared-element-transitions/overview/).

## Alternatives

Expand Down