From f5b2a44f058a281af35de53f1c22e840063363e2 Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 23 Feb 2021 19:19:16 +0100 Subject: [PATCH] Fix the name of `react-native-screens` and add link to repo (#179) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b72dfbf1..41f49d35 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Consumers are components and hooks that allow using inset values provided by the ### SafeAreaProvider -You should add `SafeAreaProvider` in your app root component. You may need to add it in other places like the root of modals and routes when using `react-native-screen`. +You should add `SafeAreaProvider` in your app root component. You may need to add it in other places like the root of modals and routes when using [`react-native-screens`](https://github.com/software-mansion/react-native-screens). Note that providers should not be inside a `View` that is animated with `Animated` or inside a `ScrollView` since it can cause very frequent updates.