Skip to content

Commit 65aae8d

Browse files
authored
Merge pull request #125 from tsepeti/master
Install ios docs add pod line and updated.
2 parents 6e0f5f2 + 61c955f commit 65aae8d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/ios-installation.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ In addition to the standard React Native requirements, you will also need the fo
1414

1515
## Install react-native-azurenotificationhub
1616

17-
```
18-
npm install react-native-azurenotificationhub
19-
```
17+
Install the library using either **Yarn**:
18+
19+
yarn add react-native-azurenotificationhub
20+
21+
or npm:
22+
23+
npm install --save react-native-azurenotificationhub
24+
25+
Add the following line to your `ios/Podfile` file and run **pod install**
26+
27+
pod 'RNAzureNotificationHub', :podspec => '../node_modules/react-native-azurenotificationhub/RNAzureNotificationHub.podspec'
2028

2129
## Create a Notification Hub
2230

0 commit comments

Comments
 (0)