From bf23bf6ce670d7efa6b2b9ace3e774583b45aec3 Mon Sep 17 00:00:00 2001 From: Fedir Ushakov <1@todor.one> Date: Thu, 5 Sep 2019 19:27:19 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1ce7e51..d36cea1d 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ In order to take advantage of the native stack navigator primitive introduced in import createNativeStackNavigator from 'react-native-screens/createNativeStackNavigator'; ``` -Then replace places when you use `createStackNavigator` with `createNativeStackNavigator`. Note that not all the screen customization optioms are supported. There are some technical limitations for implementing some of the stack header options. Documenting the supported parameters is on an immediate roadmap and will be available soon. +Then replace places when you use `createStackNavigator` with `createNativeStackNavigator`. Note that not all the screen customization options are supported. There are some technical limitations for implementing some of the stack header options. Documenting the supported parameters is on an immediate roadmap and will be available soon. ## Interop with other libraries