File tree Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Expand file tree Collapse file tree 1 file changed +8
-14
lines changed Original file line number Diff line number Diff line change 1
1
# How to use
2
- 1 . Clone project:
3
2
4
- ` git clone https://github.com/phongcao/react-native-azurenotificationhub-sample.git `
3
+ Install npm modules:
5
4
6
- 2 . Install npm modules:
5
+ ` npm install `
7
6
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
19
8
20
9
* Update ` google-services.json ` file and your app's package name.
21
10
* 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.
You can’t perform that action at this time.
0 commit comments