Install npm modules:
npm install
For Android
- Update
google-services.jsonfile and your app's package name. - Import project with Android Studio to build and run.
For iOS
- Run
pod installto install dependencies. - Open
ReactNativeAzureNotificationHubSample.xcworkspacein XCode to build and run.