From acb470dc38317308b78c1141d7cfff278cf2c1e8 Mon Sep 17 00:00:00 2001 From: Parsa Jafarian Date: Mon, 19 Aug 2024 18:05:39 -0400 Subject: [PATCH] Correct installation guideline --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6c6b0d..50dae4d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ yarn add react-native-alert-notification - For Native project: ```sh -yarn add react-native-safe-area-context +yarn add react-native-alert-notification pod install ``` @@ -33,7 +33,7 @@ pod install - For Expo project: ```sh -expo install react-native-safe-area-context +npx expo install react-native-alert-notification ``` ## Usage