From 2526352d69f8ee7271053fb72b24b4c55a572914 Mon Sep 17 00:00:00 2001 From: Daniel Riera Date: Mon, 15 Nov 2021 14:01:43 +0100 Subject: [PATCH] Fix react native safe area context --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a597d3..32b4203c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ yarn add react-native-router-flux 1. react-native-screens by ( ``` npm install react-native-screens || yarn add react-native-screens ```) 2. react-native-gesture-handler ( ``` npm install react-native-gesture-handler || yarn add react-native-gesture-handler ```) 3. react-native-reanimated (``` npm install react-native-reanimated || yarn add react-native-reanimated ```) -4. react-native-safe-area-context (``` npm install react-native-safe-area-context || yarn add react-native-react-native-safe-area-context ```) +4. react-native-safe-area-context (``` npm install react-native-safe-area-context || yarn add react-native-safe-area-context ```) 5. @react-native-community/masked-view (``` npm install @react-native-community/masked-view || yarn add @react-native-community/masked-view ```)