Skip to content

Commit 0a451a1

Browse files
committed
Merge branch 'master' into thcao/more-unit-tests
2 parents 43cf138 + bf05da8 commit 0a451a1

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

sample/README.md

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
# How to use
2-
1. Clone project:
32

4-
`git clone https://github.com/phongcao/react-native-azurenotificationhub-sample.git`
3+
Install npm modules:
54

6-
2. Install npm modules:
5+
`npm install`
76

8-
`npm install`
9-
10-
3. Install `react-native-azurenotificationhub` module:
11-
12-
`npm install react-native-azurenotificationhub`
13-
14-
For latest module:
15-
16-
`git clone https://github.com/CatalystCode/react-native-azurenotificationhub.git` into `node_modules` folder
17-
18-
## Android
7+
For Android
198

209
* Update `google-services.json` file and your app's package name.
2110
* Import project with Android Studio to build and run.
11+
12+
For iOS
13+
14+
* Run `pod install` to install dependencies.
15+
* Open `ReactNativeAzureNotificationHubSample.xcworkspace` in XCode to build and run.

0 commit comments

Comments
 (0)