Skip to content

Commit 792efa4

Browse files
committed
Apply suggestions from code review
1 parent 64dbded commit 792efa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

versioned_docs/version-6.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
3838
npm install react-native-gesture-handler react-native-reanimated
3939
```
4040

41-
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).
41+
The Drawer supports both Reanimated 1 and the latest version of Reanimated. If you want to use 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).
4242

4343
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`:
4444

versioned_docs/version-7.x/drawer-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
3838
npm install react-native-gesture-handler react-native-reanimated
3939
```
4040

41-
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).
41+
The Drawer supports both Reanimated 1 and the latest version of Reanimated. If you want to use 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).
4242

4343
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`:
4444

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d
3838
npm install react-native-gesture-handler react-native-reanimated
3939
```
4040

41-
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).
41+
The Drawer supports both Reanimated 1 and the latest version of Reanimated. If you want to use 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).
4242

4343
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`:
4444

0 commit comments

Comments
 (0)