Skip to content

Commit a92fc65

Browse files
authored
Adding prerequisites to README.
1 parent 1bcd4cc commit a92fc65

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@ React Native module to support Azure Notification Hub push notifications on Andr
1313
- [Code of Conduct](CODE_OF_CONDUCT.md)
1414
- [License](#license)
1515

16+
# Prerequisites
17+
18+
## Android
19+
20+
The documentation that follows assumes you have generated a React Native Android project using the `react-native-cli`, i.e.:
21+
22+
```
23+
react-native init myapp
24+
```
25+
26+
In addition to the standard React Native requirements, you will also need to install the following Android SDK components with your prefered SDK management tools:
27+
* Google Play services
28+
29+
## Windows
30+
31+
The documentation that follows assumes you have generated a React Native Windows project using the `react-native-cli` and `rnpm-plugin-windows`, i.e.:
32+
33+
```
34+
react-native init myapp
35+
cd myapp
36+
npm i --save-dev rnpm-plugin-windows
37+
react-native windows
38+
```
39+
40+
It also assumes you have Visual Studio 2015 installed ([Visual Studio Community](https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx) is fine).
41+
42+
## iOS
43+
44+
Coming soon.
45+
1646
# Getting Started
1747

1848
```

0 commit comments

Comments
 (0)