diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 432694f6..81e2f8e5 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -8,6 +8,6 @@ yarn add react-native-modalize **2. Install `react-native-gesture-handler`** -This package use `react-native-gesture-handler` as a peer dependency. If you use [Expo](https://expo.io) this package is already included by default and you don't have anyhting to do. +This package use `react-native-gesture-handler` as a peer dependency. If you use [Expo](https://expo.io) this package is already included by default and you don't have anything to do. Otherwise, if you are not, you will have to follow [their guide](https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html) to set it up.