From dfd067d089aa79b5e928aa950c711a23224fc095 Mon Sep 17 00:00:00 2001 From: Steve Lacy Date: Sun, 14 Jul 2019 02:41:15 -0700 Subject: [PATCH] Fix typo (#40) --- docs/INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.