Skip to content

Commit 2b9755c

Browse files
authored
Update getting-started.md (#1070)
I guess its a typo, otherwise it will make no sense.
1 parent caafa67 commit 2b9755c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-4.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In your project directory, run:
5656
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
5757
```
5858

59-
> Note: You might get warnings related to peer dependencies after installation. They are usually caused my incorrect version ranges specified in some packages. You can safely ignore most warnings as long as your app builds.
59+
> Note: You might get warnings related to peer dependencies after installation. They are usually caused by incorrect version ranges specified in some packages. You can safely ignore most warnings as long as your app builds.
6060
6161
Next, we need to link these libraries. The steps depends on your React Native version:
6262

0 commit comments

Comments
 (0)