File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ React Native module to support Azure Notification Hub push notifications on Andr
5
5
# Quick Links
6
6
7
7
- [ Getting Started] ( #getting-started )
8
- - [ Set up Azure Notification Hub] ( #set-up-azure -notification-hub )
8
+ - [ Create a Notification Hub] ( #create-a -notification-hub )
9
9
- [ Android Installation] ( #android-installation )
10
10
- [ Windows Installation] ( #windows-installation )
11
11
- [ iOS Installation] ( #ios-installation )
12
12
- [ JavaScript Configuration] ( #javascript-configuration )
13
+ - [ Publishing Notifications] ( #publishing-notifications )
13
14
- [ Code of Conduct] ( CODE_OF_CONDUCT.md )
14
15
- [ License] ( #license )
15
16
@@ -49,9 +50,7 @@ Coming soon.
49
50
npm install react-native-azurenotificationhub
50
51
```
51
52
52
- ## Set up Azure Notification Hub
53
-
54
- ### Creating a new Notification Hub
53
+ ## Create a Notification Hub
55
54
56
55
* Log on to the [ Azure Portal] ( https://portal.azure.com ) and create a new ** Notification Hub** .
57
56
@@ -267,6 +266,10 @@ class myapp extends Component {
267
266
}
268
267
` ` `
269
268
270
- ## License
269
+ ## Publishing Notifications
270
+
271
+ Coming soon.
272
+
273
+ # License
271
274
272
275
The React Native Azure Notification Hub plugin is provided under the [MIT License](LICENSE).
You can’t perform that action at this time.
0 commit comments