Skip to content

Commit 1bcd4cc

Browse files
authored
Adding quick links to README.md
1 parent c99cf29 commit 1bcd4cc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
44

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
617

718
```
819
npm install react-native-azurenotificationhub
@@ -136,3 +147,11 @@ class myapp extends Component {
136147
## iOS Installation
137148
138149
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).

0 commit comments

Comments
 (0)