From a9b01dd1a871542206377d6574ddea475ecae0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rizwan=20Jamal=20=E2=9A=A1=EF=B8=8F?= Date: Tue, 7 Sep 2021 16:27:08 +0500 Subject: [PATCH] Update stack-navigator.md Fix grammar mistake --- versioned_docs/version-6.x/stack-navigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/stack-navigator.md b/versioned_docs/version-6.x/stack-navigator.md index 4d2a77da507..7ab8b116fed 100755 --- a/versioned_docs/version-6.x/stack-navigator.md +++ b/versioned_docs/version-6.x/stack-navigator.md @@ -46,7 +46,7 @@ import 'react-native-gesture-handler'; > Note: If you are building for Android or iOS, do not skip this step, or your app may crash in production even if it works fine in development. This is not applicable to other platforms. -Optionally, you can also to install [`@react-native-masked-view/masked-view`](https://github.com/react-native-masked-view/masked-view). This is needed if you want to use UIKit style animations for the header ([`HeaderStyleInterpolators.forUIKit`](#headerstyleinterpolators)). +Optionally, you can also install [`@react-native-masked-view/masked-view`](https://github.com/react-native-masked-view/masked-view). This is needed if you want to use UIKit style animations for the header ([`HeaderStyleInterpolators.forUIKit`](#headerstyleinterpolators)). If you have a Expo managed project, in your project directory, run: