File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
4
4
5
- # Installation
5
+ # Quick Links
6
+
7
+ - [ Getting Started] ( #getting-started )
8
+ - [ Set up Azure Notification Hub] ( #set-up-azure-notification-hub )
9
+ - [ Android Installation] ( #android-installation )
10
+ - [ Windows Installation] ( #windows-installation )
11
+ - [ iOS Installation] ( #ios-installation )
12
+ - [ JavaScript Configuration] ( #javascript-configuration )
13
+ - [ Code of Conduct] ( CODE_OF_CONDUCT.md )
14
+ - [ License] ( #license )
15
+
16
+ # Getting Started
6
17
7
18
```
8
19
npm install react-native-azurenotificationhub
@@ -136,3 +147,11 @@ class myapp extends Component {
136
147
## iOS Installation
137
148
138
149
Coming soon.
150
+
151
+ ## JavaScript Configuration
152
+
153
+ Coming soon.
154
+
155
+ ## License
156
+
157
+ 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