From 50a54af7efd3b95dab71a43d8f1e7fcbebcae891 Mon Sep 17 00:00:00 2001 From: Brandon Ringe Date: Thu, 10 Feb 2022 16:59:18 -0800 Subject: [PATCH] Fix typo in deps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f98325a..2c4c6f0 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Terminal 3: `shadow-cljs compile test` React Navigation 5 -Terminal 2: `yarn add @react-navigation/native @react-navigation/stack @react-navigation/bottom-tab react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view` +Terminal 2: `yarn add @react-navigation/native @react-navigation/stack @react-navigation/bottom-tabs react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view` Terminal 2: `cd ios; pod install; cd ..` @@ -412,4 +412,4 @@ Try to open modal screen and change the code you will see that navigation state ![IMG](https://github.com/flexsurfer/rn-shadow-steroid/raw/master/screencast.gif) -КОНЕЦ \ No newline at end of file +КОНЕЦ