diff --git a/README.md b/README.md index 66b1e6ab1..dc5928bd3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ React Native Push Notification API for iOS. ### Install +Using npm: + +```bash +npm i @react-native-community/push-notification-ios --save +``` + +or using Yarn: + ```bash yarn add @react-native-community/push-notification-ios ```