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 1 commit
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 the latest version of Reanimated. Make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
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 supports the latest version of Reanimated. Make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
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-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 the latest version of Reanimated. Make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
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 supports the latest version of Reanimated. Make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).
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